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

In This Topic
    PAGE_AUTOPAGECHANGED(Int32) Property
    In This Topic
    Automatic page modified # 11050. This property isn't indexed.
    Syntax
    public PropertyValue PAGE_AUTOPAGECHANGED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_AUTOPAGECHANGED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Shows whether an automatically created page has been subsequently manually edited. The property is automatically assigned and cannot be changed.

    See Also