Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / INSTANCE_REVISION_LOG_DATE Property / INSTANCE_REVISION_LOG_DATE Property

In This Topic
    INSTANCE_REVISION_LOG_DATE Property
    In This Topic
    Modification date (change tracking) # 19032.
    Syntax
    public PropertyValue INSTANCE_REVISION_LOG_DATE {get; set;}
    public:
    property PropertyValue^ INSTANCE_REVISION_LOG_DATE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Date on which an object in a revision was modified. This property is displayed as standard in the automatically generated revision marker.

    See Also