Eplan Platform API
Eplan.EplApi.HEServices Namespace / SelectionSet Class / SelectionRecursive Property

In This Topic
SelectionRecursive Property
In This Topic
Gets the complete selection on the active window. Property LockProjectByDefault should be set to true before any changes on any inside elements of obtained objects.
Syntax
public StorableObject[] SelectionRecursive {get;}

Property Value

Array of objects casted to class Eplan.EplApi.DataModel.StorableObject.
Remarks
When a node in tree view is selected, all nested elements will be returned .
See Also