Interface IElementGroup
Represents an element group
Inherited Members
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public interface IElementGroup : IHaveName
Properties
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 |
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 |