Eplan Platform API
Eplan.EplApi.DataModel Namespace / LockingVector Class / EndLockingStep Method
Id of last step to unlock.

In This Topic
    EndLockingStep Method
    In This Topic
    Ends locking step. Use LockingStep instead.
    Syntax
    public virtual bool EndLockingStep( 
       int nLockingStepId
    )
    public:
    virtual bool EndLockingStep( 
       int nLockingStepId
    ) 

    Parameters

    nLockingStepId
    Id of last step to unlock.
    Remarks
    When it is not possible to use LockingStep call this method to end locking steps. It is important to implement correct exception handling mechanism in order to end all started locking steps. It is also important to Start and End locking steps in appropriate order if created recursively.
    See Also