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;}
    public:
    property int LockingStepCount {
       int get();
    }

    Property Value

    Returns the number of started LockingStep objects (and not ended).
    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