Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_COUNTPERPAGETYPE Property / PROJ_COUNTPERPAGETYPE(Int32) Property

In This Topic
    PROJ_COUNTPERPAGETYPE(Int32) Property
    In This Topic
    Number of pages per page type # 10200.
    Syntax
    public PropertyValue PROJ_COUNTPERPAGETYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_COUNTPERPAGETYPE {
       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. Property is indexed. Possible indexes are from 1 to 100.

    Provides the number of pages for each page type in the project. The page type is specified via the index (in the help system in the "Page types" section).

    See Also