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

In This Topic
    ProjectName Property
    In This Topic
    Project's property which return Name of Project - project name only without path.
    Syntax
    public string ProjectName {get; set;}
    public:
    property String^ ProjectName {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    project's name, for example "ESS_Sample_Project"
    Exceptions
    ExceptionDescription
    Thrown when the project is transient.
    Thrown when setting the name that starts or ends with space character.
    See Also