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

ProjectName Property
Project's property which return Name of Project - project name only without path.
Syntax
public string ProjectName {get; set;}

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