API Documentation > Classes > Class pfcGroupPattern
Class pfcGroupPattern
Description
This class describes a pattern of feature groups.
Direct Parent Classes:
Property Summary
/* readonly */ pfcFeatureGroup
The feature group that is the group pattern leader.
Method Summary
/* optional */ pfcFeatures
Lists the features that are members of the group pattern.
Lists groups that are members of the group pattern.
Property Detail
/* readonly */ pfcFeatureGroup
GroupPatternLeader
The feature group that is the group pattern leader.
Method Detail
/* optional */ pfcFeatures
ListFeatMembers
()
Lists the features that are members of the group pattern.
Exceptions thrown (but not limited to):
pfcXToolkitNotFound - The feature is not part of a group
Returns:
Array of features that are members of the group pattern.
ListGroupMembers
()
Lists groups that are members of the group pattern.
Exceptions thrown (but not limited to):
pfcXToolkitNotFound - The feature is not part of a group
Returns:
The feature groups that are members of the group pattern.
Was this helpful?