Interface GroupPattern
Description
This class describes a pattern of feature groups.
Method Summary
| |
| Get method for attribute "GroupPatternLeader" 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 |
| GetGroupPatternLeader | () |
The feature group that is the group pattern leader.
ListGroupMembers |
| ListGroupMembers | () |
Lists groups that are members of the group pattern.
Exceptions thrown (but not limited to):
Returns:
The feature groups that are members of the group pattern.
ListFeatMembers |
| ListFeatMembers | () |
Lists the features that are members of the group pattern.
Exceptions thrown (but not limited to):
Returns:
Array of features that are members of the group pattern.