API Help
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayerTable Class / Layers Property

In This Topic
    Layers Property
    In This Topic
    Returns an array of all existing project's layers.
    Syntax
    public GraphicalLayer[] Layers {get;}
    public:
    property array<GraphicalLayer^>^ Layers {
       array<GraphicalLayer^>^ get();
    }
    See Also