API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_PROJECTPATH Property / PROJ_PROJECTPATH(Int32) Property

In This Topic
    PROJ_PROJECTPATH(Int32) Property
    In This Topic
    Project path # 10010. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PROJ_PROJECTPATH( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_PROJECTPATH {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Relative file path of the project file, starting from the directory entered in the user settings as the general project directory. Only one value can then be displayed when there is a discrepancy between the project directory entered in the user settings and the current project path.

    See Also