API Help
Eplan.EplApi.DataModel Namespace / Project Class / IsReadOnly Property

In This Topic
IsReadOnly Property (Project)
In This Topic
Determines if StorableObject is read-only
Syntax
public override bool IsReadOnly {get;}

Property Value

true : the StorableObject is read-only

false : the StorableObject is not read-only

See Also