Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_REVISION_LOG_TIME Property / PROJ_REVISION_LOG_TIME(Int32) Property

In This Topic
    PROJ_REVISION_LOG_TIME(Int32) Property
    In This Topic
    Revision time (change tracking) # 10159.
    Syntax
    public PropertyValue PROJ_REVISION_LOG_TIME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_REVISION_LOG_TIME {
       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. Property is indexed. Possible indexes are from 1 to 1000.

    Time when a project was changed during a revision. The time display can be specified in the project settings. A max. of 1,000 records allowed.

    See Also