Eplan Platform API
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_MAXNUMBERLOCATION Property / PAGE_MAXNUMBERLOCATION Property

In This Topic
    PAGE_MAXNUMBERLOCATION Property
    In This Topic
    Highest page number per structure # 11043.
    Syntax
    public PropertyValue PAGE_MAXNUMBERLOCATION {get; set;}
    public:
    property PropertyValue^ PAGE_MAXNUMBERLOCATION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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