GroupTable Properties |
The GroupTable type exposes the following members.
| Name | Description | |
|---|---|---|
| ComponentType | (Overrides CommonComponentTableTComponentType.) | |
| Count |
Returns the count of all items, including deleted ones.
(Inherited from CommonComponentTableT.) | |
| Document | Document that owns this table. (Inherited from RhinoDocCommonTableT.) | |
| Item |
Conceptually, the group table is an array of groups.
The operator[] can be used to get individual groups.
A group is either active or deleted and this state is reported by Group.IsDeleted.
|