Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / TransientLayer Class / IsLocked Property

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