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

In This Topic
    PAGE_NUMBERPAGES_IN_LOCATION(Int32) Property
    In This Topic
    Number of pages per structure # 11004. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PAGE_NUMBERPAGES_IN_LOCATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_NUMBERPAGES_IN_LOCATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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