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

In This Topic
    isVisible Property (GraphicalLayer)
    In This Topic
    Specifies visibility of the layer
    Syntax
    public bool isVisible {get; set;}
    public:
    property bool isVisible {
       bool get();
       void set (    bool value);
    }
    See Also