API Documentation > Interface Classes > Class pfcGroupPattern
Class pfcGroupPattern

# include <pfcFeature.h>

class
pfcGroupPattern
: public virtual
pfcObject
{
xaideclare(pfcGroupPattern)
...
};


Description
This class describes a pattern of feature groups.
Method Summary
The feature group that is the group pattern leader.
Lists the features that are members of the group pattern.
Lists groups that are members of the group pattern.
Method Detail
GetGroupPatternLeader
()
The feature group that is the group pattern leader.
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.
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.
Was this helpful?