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

In This Topic
    PAGE_AUTO_CREATED_INFO(Int32) Property
    In This Topic
    Automatically generated # 11006. This property isn't indexed.
    Syntax
    public PropertyValue PAGE_AUTO_CREATED_INFO( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_AUTO_CREATED_INFO {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Shows whether the page has been automatically generated, and provides information about the author:

    0 = No

    1 = Single-line representation (PLC schematic generation)

    2 = Multi-line representation (PLC schematic generation)

    3 = I/O overview (PLC schematic generation)

    4 = Rack overview (PLC schematic generation)

    5 = EPLAN Engineering Configuration

    6 = Schematic generator (ESG)

    7 = Reports.

    See Also