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

In This Topic
    PAGE_COUNTERPAGENUMBER(Int32) Property
    In This Topic
    Counter page number # 25020. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PAGE_COUNTERPAGENUMBER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_COUNTERPAGENUMBER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    This property automatically increments the pages in the project in accordance with the order in the page structure. You can insert this property as special text and use it for displaying a sequential page number, for example in the page properties, in the graphical editor or on report pages.

    See Also