Category Features, Object ProPattern

Function ProPatternHeaderGet


Description
Gets the Header of the specified pattern object.
Synopsis
#include <ProPattern.h>
ProErrorProPatternHeaderGet(
ProPattern* p_pattern
/* (In)
The pattern object
*/
ProFeature* r_pat_head_feat
/* (Out)
The pattern header
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the header.
PRO_TK_BAD_INPUTSThe specified pattern object is invalid.

Manual References:

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