Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_NAME Property / PROJ_NAME Property

In This Topic
    PROJ_NAME Property
    In This Topic
    Project name # 10000.
    Syntax
    public PropertyValue PROJ_NAME {get; set;}
    public:
    property PropertyValue^ PROJ_NAME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Provides the project name without file name extension.

    See Also