API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / INSTANCE_REVISIONMARKER Property / INSTANCE_REVISIONMARKER(Int32) Property

In This Topic
    INSTANCE_REVISIONMARKER(Int32) Property
    In This Topic
    Revision marker (from property comparison) # 10152. This property isn't indexed.
    Syntax
    public PropertyValue INSTANCE_REVISIONMARKER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INSTANCE_REVISIONMARKER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Marker text that displays the changes to an object in a revision (compatible with EPLAN 21).

    See Also