Eplan Platform API
Eplan.EplApi.DataModel Namespace / LockingVector Class / Enabled Property

In This Topic
    Enabled Property
    In This Topic
    Returns true if locking mechanism is enabled in this version.
    Syntax
    public bool Enabled {get;}
    public:
    property bool Enabled {
       bool get();
    }
    Remarks
    If you experience locking problems when trying to execute (internal) actions from the ribbon via API, this can be caused by autolocking. In this case, please use the SafetyPoint class.
    See Also