Eplan Platform API
Eplan.EplApi.DataModel Namespace / LockingVector Class / PauseManualLock Method

In This Topic
    PauseManualLock Method
    In This Topic
    Sets internal AutoLockActive flag to its original value (value before first locking step). Used for calling internal actions and methods which are not handling manual locking.
    Syntax
    public virtual int PauseManualLock()
    public:
    virtual int PauseManualLock(); 
    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