Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / TransientLayerTable Class / Layers Property

In This Topic
    Layers Property (TransientLayerTable)
    In This Topic
    Returns an array of existing transient layers.
    Syntax
    public TransientLayer[] Layers {get;}
    public:
    property array<TransientLayer^>^ Layers {
       array<TransientLayer^>^ get();
    }
    See Also