Function ProImportfeatDataGet
Description
Retrieves the current parameters of the specified import feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProImportfeat.h>
ProImportfeatDataGet
(
ProFeature* p_feat_handle
/* (In)
The handle for the import feature
*/
ProImportfeatData* p_import_feat_data
/* (Out)
The current parameters
*/
)
Returns
The function successfully retrieved the information.
A problem occurred during retrieval.
The input argument is invalid.
Sample Code References
User Guide References
¿Fue esto útil?