API Help
Eplan.EplApi.HEServices Namespace / SelectionSet Class / Layers Property

In This Topic
    Layers Property (SelectionSet)
    In This Topic
    Gets the selected layers of the active project as an array.
    Syntax
    public GraphicalLayer[] Layers {get;}
    public:
    property array<GraphicalLayer^>^ Layers {
       array<GraphicalLayer^>^ get();
    }

    Property Value

    Returns an array of all selected layers.
    See Also