Category Creating import and custom geometry, Object ProImportfeat

Function ProImportfeatRedefSourceTypeGet


Description
Determines the type of ProImportfeatRedefSource used to redefine an import feature, depending on the type of operation. This is an auxiliary function that helps you determine what kind of data source the function ProImportfeatRedefine() expects you to pass in the argument p_source.
Replacement in Object TOOLKIT: wfcWSession::GetImportFeatRedefSourceType
Synopsis
#include <ProImportfeat.h>
ProImportfeatRedefSourceTypeProImportfeatRedefSourceTypeGet(
ProImportfeatRedefOper operation
/* (In)
The type of operation
*/
)
Returns
ProImportfeatRedefSourceTypeThe type of ProImportfeatRedefSource
See Also
ProImportfeatRedefine

Sample Code References:

  1. pt_examples ( TestImportfeat.c )