Category Creating import and custom geometry, Object ProImportfeat

Function ProImportfeatRedefine


Description
Redefines an existing import feature from the data source.
Replacement in Object TOOLKIT: wfcWFeature::RedefineImportFeature
Synopsis
#include <ProImportfeat.h>
ProErrorProImportfeatRedefine(
ProFeature* p_feat_handle
/* (In)
The handle for the import feature to be redefined
*/
ProImportfeatRedefSource* p_source
/* (In)
The pointer to the data source to be used for the redefinition. Refer to the note about unsupported attributes for this operation in the description of the function ProImportfeatRedefSourceInit().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully redefined the import feature.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_NOT_IMPLEMENTEDNot implemented.
PRO_TK_BAD_CONTEXTno redefine could be done for ATB feature.
PRO_TK_GENERAL_ERRORThe function could not regenerate the import feature.

Manual References:

  1. Interface: Importing Features: Redefining the Import Feature

Sample Code References:

  1. pt_examples ( TestImportfeat.c )
  2. pt_examples ( TestInterface.c )