 | IElementGroupElementsForDesign Property |
Gets a collection of elements in this group and in the detailing sub-groups
Namespace:
TSD.API.Remoting.StructureAssembly:
TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
SyntaxIListOfReadOnlyProperties<EntityInfo> ElementsForDesign { get; }
ReadOnly Property ElementsForDesign As IListOfReadOnlyProperties(Of EntityInfo)
Get
property IListOfReadOnlyProperties<EntityInfo>^ ElementsForDesign {
IListOfReadOnlyProperties<EntityInfo>^ get ();
}
abstract ElementsForDesign : IListOfReadOnlyProperties<EntityInfo> with get
Property Value
Type:
IListOfReadOnlyPropertiesEntityInfo
See Also