IElement |
Represents an element group
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
The IElementGroup type exposes the following members.
| Name | Description | |
|---|---|---|
| AllElements | Gets all the elements (including those in sub-groups) in depth-first order | |
| AllSubGroups | Gets all the sub-groups (including sub-groups of sub-groups) in depth-first order | |
| CriticalElement | Gets the critical element of this group | |
| ElementGroupType | Gets the type of the group | |
| Elements | Gets a set of elements stored in this group | |
| ElementsForDesign | Gets a collection of elements in this group and in the detailing sub-groups | |
| IsDefault | Gets a value indicating whether this group is the default one for entities matching it | |
| IsUserDefined | Gets a value indicating whether the group was created by the user | |
| Name |
Gets the name
(Inherited from IHaveName) | |
| ParentGroupName | Gets the name of the parent group of this group | |
| SubGroups | Gets the collections of sub-groups under this group | |
| TopLevelGroupName | Gets the name of the top level group of this group |