Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayer Class / IsBackGroundLayer Property

In This Topic
    IsBackGroundLayer Property (GraphicalLayer)
    In This Topic
    Specifies, if the layer is background layer
    Syntax
    public bool IsBackGroundLayer {get; set;}
    public:
    property bool IsBackGroundLayer {
       bool get();
       void set (    bool value);
    }
    Remarks
    It refers to "Background" column in a table layer
    See Also