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);
    }
    Remarks
    GraphicalLayerTable::Reload() has to be called after isPrinted is changed to take effect without closing and reopening the project.
    See Also