Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / Layer Property

In This Topic
    Layer Property (PlaceHolder)
    In This Topic
    Gets PlaceHolder graphical layer.
    Syntax
    public new GraphicalLayer Layer {get; set;}
    public:
    new property GraphicalLayer^ Layer {
       GraphicalLayer^ get();
       void set (    GraphicalLayer^ value);
    }
    See Also