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

In This Topic
    PROJ_FULL_PROJECTNAME(Int32) Property
    In This Topic
    Project name (full) # 10009. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PROJ_FULL_PROJECTNAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_FULL_PROJECTNAME {
       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..

    Name of the project file including file name extension and the full file path.

    See Also