Category Features, Object ProFeature

Function ProFeatureStatusGet


Description
Retrieves the status of the specified feature (active, suppressed, and so on).
Replacement in Object TOOLKIT: pfcFeature::Status
Synopsis
#include <ProFeature.h>
ProErrorProFeatureStatusGet(
ProFeature* p_feat_handle
/* (In)
The feature for which to get the status
*/
ProFeatStatus* p_status
/* (Out)
The status of the feature
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Core: Features: Feature Inquiry
  3. Core: Features: Feature Inquiry
  4. Core: 3D Geometry: Visiting Feature Geometry
  5. Core: 3D Geometry: Visiting Feature Geometry

Sample Code References:

  1. pt_examples ( TestFeats.c )
  2. pt_examples ( UtilFeats.c )
  3. pt_examples ( TestMisc.c )
  4. pt_examples ( TestCollect.c )
  5. pt_userguide ( UgDrawingDimensions.c )
  6. pt_userguide ( UgDwgtableExamples.c )