API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / INSTANCE_REVISION_LOG_TIME Property / INSTANCE_REVISION_LOG_TIME(Int32) Property

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

    Time at which an object in a revision was modified. This property is displayed as standard in the automatically generated revision marker. The time representation can be configured in the project settings.

    See Also