Category Features, Object ProPattern

Function ProPatternLeaderGet


Description
Gets the leader of the specified pattern object.
Replacement in Object TOOLKIT: pfcFeaturePattern::PatternLeader
pfcFeatureGroup::GroupLeader
Synopsis
#include <ProPattern.h>
ProErrorProPatternLeaderGet(
ProPattern* p_pattern
/* (In)
The pattern object
*/
ProFeature* r_pat_lead_feat
/* (Out)
The pattern leader
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe specified pattern object is invalid.

Manual References:

  1. Core: Features: Patterns as Features
  2. Core: Features: Patterns as Features
  3. Core: Features: Patterns as Features

Sample Code References:

  1. pt_af_examples ( PTAFNotesUpdate.c )
  2. pt_examples ( TestFeats.c )