Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / IsLocked Property

In This Topic
IsLocked Property (Project)
In This Topic

Determines if the the StorableObject is locked.

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

Syntax
public override 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