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

TypeOfProject Property
Type of project To change this property project will be reopened temporarily in exclusive mode. If project cannot be reopened in exclusive mode BaseException will be thrown.
Syntax
public Project.ProjectType TypeOfProject {get; set;}

Property Value

Project type.
Exceptions
ExceptionDescription
Thrown if project cannot be opened in exclusive mode.
Thrown when new value wasn't assigned to property after set.
See Also