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

In This Topic
    INSTANCE_REVISION_LOG_MARKER Property
    In This Topic
    Revision marker (change tracking) # 19030.
    Syntax
    public PropertyValue INSTANCE_REVISION_LOG_MARKER {get; set;}
    public:
    property PropertyValue^ INSTANCE_REVISION_LOG_MARKER {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Automatically entered marker text at modified objects in a revision. The marker text is composed from a number of different properties, e.g. revision name, creator, and modification date.

    See Also