Category Creating import and custom geometry, Object ProIntf

Function ProIntfTypeToIntfDataSourceType


Description
Determines the type of ProIntfDataSource to be used, depending on the type of interface. This is an auxiliary function that helps you determine what kind of data source the function ProIntfDataSourceInit() expects you to pass in the argument p_source.
Replacement in Object TOOLKIT: wfcWSession::GetDataSourceType
Synopsis
#include <ProIntfData.h>
ProIntfDataSourceTypeProIntfTypeToIntfDataSourceType(
ProIntfType intf_type
/* (In)
The type of interface
*/
)
Returns
ProIntfDataSourceTypeThe type of ProIntfDataSource
See Also
ProIntfDataSourceInit

Sample Code References:

  1. pt_examples ( TestImportfeat.c )