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

In This Topic
StartLockingStep Method
In This Topic
Starts locking step. Use LockingStep instead.
Syntax
public virtual int StartLockingStep()
Remarks
When it is not possible to use LockingStep call this method to create 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