Library | Module

Interface IpfcGroupPattern



Description

This class describes a pattern of feature groups.
Direct Parent Classes:
IpfcObject



Property Summary

PropertyGroupPatternLeaderas IpfcFeatureGroup
The feature group that is the group pattern leader.



Method Summary

FunctionListFeatMembers () as IpfcFeatures [optional]
Lists the features that are members of the group pattern.
FunctionListGroupMembers () as IpfcFeatureGroups
Lists groups that are members of the group pattern.



Property Detail


PropertyGroupPatternLeaderas IpfcFeatureGroup

The feature group that is the group pattern leader.





Method Detail


FunctionListFeatMembers () as IpfcFeatures [optional]

Lists the features that are members of the group pattern.

Exceptions thrown (but not limited to):

IpfcXToolkitNotFound - The feature is not part of a group


Returns:
Array of features that are members of the group pattern.



FunctionListGroupMembers () as IpfcFeatureGroups

Lists groups that are members of the group pattern.

Exceptions thrown (but not limited to):

IpfcXToolkitNotFound - The feature is not part of a group


Returns:
The feature groups that are members of the group pattern.