Category Features, Object ProFeature

Function ProFeaturePatternStatusGet


Description
Retrieves the pattern status of the specified feature.

NOTE:

This function deals with simple patterns only.

Replacement in Object TOOLKIT: pfcFeature::Pattern
Synopsis
#include <ProFeature.h>
ProErrorProFeaturePatternStatusGet(
ProFeature* p_feat_handle
/* (In)
The feature to process
*/
ProPatternStatus* p_pattern_status
/* (Out)
The current pattern 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: Patterns as Features
  3. Core: Features: Patterns as Features

Sample Code References:

  1. pt_examples ( TestFeats.c )
  2. pt_examples ( TestFeats.c )
  3. pt_examples ( UtilFeats.c )