Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectManager Class / LockProjectByDefault Property

In This Topic
LockProjectByDefault Property (ProjectManager)
In This Topic
Returns whether project(s) are locked by default
Syntax
public bool LockProjectByDefault {get; set;}

Property Value

true : Projects are locked by default (default value)

false : Projects are not locked by default

Remarks
Determines if projects accessed by CurrentProject and OpenProjects should be locked by default or not.
See Also