Category Creating import and custom geometry, Object ProImportfeat

Function ProImportfeatDataGet


Description
Retrieves the current parameters of the specified import feature.
Replacement in Object TOOLKIT: wfcWFeature::GetImportFeatureData
Synopsis
#include <ProImportfeat.h>
ProErrorProImportfeatDataGet(
ProFeature* p_feat_handle
/* (In)
The handle for the import feature
*/
ProImportfeatData* p_import_feat_data
/* (Out)
The current parameters
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORA problem occurred during retrieval.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Interface: Importing Features: Import Feature Properties

Sample Code References:

  1. pt_examples ( TestImportfeat.c )