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

In This Topic
    PAGE_NUMBERPAGES_IN_LOCATION Property
    In This Topic
    Number of pages per structure # 11004.
    Syntax
    public PropertyValue PAGE_NUMBERPAGES_IN_LOCATION {get; set;}
    public:
    property PropertyValue^ PAGE_NUMBERPAGES_IN_LOCATION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Indicates the number of pages within a structure identifier. For example, if three pages are available under the mounting location "ET1", "3" is output here.

    See Also