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

In This Topic
    PAGE_PAGENUMBER_WITH_PROPERTY(Int32) Property
    In This Topic
    Page counter per property # 11064. This property isn't indexed.
    Syntax
    public PropertyValue PAGE_PAGENUMBER_WITH_PROPERTY( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_PAGENUMBER_WITH_PROPERTY {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    With this property you can have the information displayed in the page properties or in a plot frame on the number of pages including the present one exist with a specific property (for example Page "4" with higher-level function "A31"). The property is specified in the "Number of pages / Page name per property" project setting. A report run is used to count the pages with the same value as this property, and the counter is written to the "Page counter per property" property.

    See Also