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

In This Topic
    PROJECT_HIGHEST_REVISION_INDEX Property
    In This Topic
    Highest revision index (change tracking) # 10098.
    Syntax
    public PropertyValue PROJECT_HIGHEST_REVISION_INDEX {get; set;}
    public:
    property PropertyValue^ PROJECT_HIGHEST_REVISION_INDEX {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Delivers the highest revision index of all pages and layout spaces in the project.

    See Also