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

In This Topic
    INSTANCE_REVISION_LOG_MARKER(Int32) Property
    In This Topic
    Revision marker (change tracking) # 19030. This property isn't indexed.
    Syntax
    public PropertyValue INSTANCE_REVISION_LOG_MARKER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INSTANCE_REVISION_LOG_MARKER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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