API Help
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayer Class / isLocked Property

In This Topic
    isLocked Property (GraphicalLayer)
    In This Topic
    Specifies, if the layer is locked
    Syntax
    public bool isLocked {get; set;}
    public:
    property bool isLocked {
       bool get();
       void set (    bool value);
    }
    Remarks
    It refers to "Locked" column in a table layer and is used for DXF/DWG imports and exports
    See Also