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

In This Topic
    PROJECT_HIGHEST_REVISION_INDEX(Int32) Property
    In This Topic
    Highest revision index (change tracking) # 10098. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PROJECT_HIGHEST_REVISION_INDEX( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJECT_HIGHEST_REVISION_INDEX {
       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..

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

    See Also