API Help
Eplan.EplApi.DataModel Namespace / StorableObject Class / IsLocked Property

In This Topic
IsLocked Property (StorableObject)
In This Topic

Determines if the the StorableObject is locked.

The StorableObject is locked when it was explicitly or implicitly locked.

Syntax
public virtual bool IsLocked {get;}

Property Value

true : the StorableObject is locked

false : the StorableObject is not locked

Remarks
The method returns the information whether an object is locked generally (not only by the current process).
See Also