System.Object
Eplan.EplApi.DataModel.LockingVector
System.Object
Eplan.EplApi.DataModel.LockingVector
| Name | Description | |
|---|---|---|
![]() | LockingVector Constructor | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Enabled | Returns true if locking mechanism is enabled in this version. |
![]() | LockingStepCount | Returns the number of active LockingSteps. This is not the length of the vector, because the locking-operations are stored(represented) there (not the LockingSteps). |
| Name | Description | |
|---|---|---|
![]() | Dispose | Destructor for deterministic finalization of LockingVector object. Deactivates objects and frees memory. |
![]() | EndLockingStep | Ends locking step. Please use the LockingStep class instead. |
![]() | PauseManualLock | 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. |
![]() | ResumeManualLock | Sets internal AutoLockActive flag to value before PauseManualLock. Used for calling internal actions and methods which are not handling manual locking. |
![]() | SetAsInternal | Initializes LockingVectorProxy in API_Framework. Used automatically, internally. |
![]() | StartLockingStep | Starts locking step. Please use the LockingStep class instead. |