API Help
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_INSTANCE_OR_PAGE_WITH_REVISIONMARKER Property / PAGE_INSTANCE_OR_PAGE_WITH_REVISIONMARKER(Int32) Property

In This Topic
    PAGE_INSTANCE_OR_PAGE_WITH_REVISIONMARKER(Int32) Property
    In This Topic
    At least one object or page with revision marker (from property comparison) # 11007. This property isn't indexed.
    Syntax
    public PropertyValue PAGE_INSTANCE_OR_PAGE_WITH_REVISIONMARKER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_INSTANCE_OR_PAGE_WITH_REVISIONMARKER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    At least one object per page or the page itself has a revision marker.

    See Also