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

In This Topic
    isPrinted Property (GraphicalLayer)
    In This Topic
    Specifies, if the layer is printed
    Syntax
    public bool isPrinted {get; set;}
    public:
    property bool isPrinted {
       bool get();
       void set (    bool value);
    }
    See Also