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

In This Topic
    TypeOfProject Property
    In This Topic
    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;}
    public:
    property Project.ProjectType TypeOfProject {
       Project.ProjectType get();
       void set (    Project.ProjectType value);
    }

    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