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

In This Topic
LockingStepCount Property
In This Topic
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).
Syntax
public int LockingStepCount {get;}

Property Value

Returns the number of started LockingStep objects (and not ended).
See Also