Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / INSTANCE_REVISIONID Property / INSTANCE_REVISIONID Property

In This Topic
    INSTANCE_REVISIONID Property
    In This Topic
    Revision change marker (from property comparison) # 10153.
    Syntax
    public PropertyValue INSTANCE_REVISIONID {get; set;}
    public:
    property PropertyValue^ INSTANCE_REVISIONID {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Displays the type of change to an object in a revision (added, changed or deleted).

    See Also