Description | ||||||||||||||
Creates a pattern, given the element tree.
NOTE: Because a feature can be part of both a group pattern and feature pattern, you must specify the pattern object for this function. Use the functions ProFeatureGroupStatusGet() and ProFeatureGrppatternStatusGet() to get the appropriate information. Alternatively, you can use the feature element tree to get this information. |
||||||||||||||
Replacement in Object TOOLKIT: | wfcWFeature::CreatePattern | |||||||||||||
Synopsis | ||||||||||||||
#include <ProPattern.h> | ||||||||||||||
ProError | ProPatternCreate | ( | ||||||||||||
ProFeature* pattern_feature | ||||||||||||||
/* (In) | ||||||||||||||
The feature | ||||||||||||||
*/ | ||||||||||||||
ProPatternClass pat_class | ||||||||||||||
/* (In) | ||||||||||||||
The pattern class | ||||||||||||||
*/ | ||||||||||||||
ProElement elem_tree | ||||||||||||||
/* (In) | ||||||||||||||
The root element of the pattern element tree | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|