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

In This Topic
    PAGE_MAXNUMBERLOCATION(Int32) Property
    In This Topic
    Highest page number per structure # 11043. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PAGE_MAXNUMBERLOCATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_MAXNUMBERLOCATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Indicates the highest number of pages used within a structure identifier. For example, if three pages are available with the page numbers "1," "3" and "5" under the mounting location "ET1", "5" is output here.

    See Also