Eplan Platform API
Eplan.EplApi.HEServices Namespace / Renumber Class / Pages Method
Pages to be renumbered.
Set this parameter to true to provide numbering per structure identifier. If false, then pages are continuously number without
Here you enter the page number from which the numbering is to begin.
Here you enter the increment value for the separation between the page numbers.
In combination with the definition of the start page, this parameter retains the increments between the selected pages for the target pages. In this way you can move any desired number of selected pages by a specified increment. Entering the increment size is not possible in this case.
Set this to true, if the alphabetic part of the page name should not be overwritten.
Values are:

- Retain: Existing subpages are adopted unchanged into the target page.

- ConsecutiveNumbering:Existing subpages are renumbered using the starting value "1" and an increment of "1". At every change of the main page, the subpage numbering begins again from "1". The subpage numbering follows the project settings defined in the project setting "Characters for subpages".

- ConvertIntoMainPages: Subpages are converted to main pages and renumbered.


In This Topic
    Pages Method (Renumber)
    In This Topic
    Method for renumbering pages specified by the collection pages;
    Syntax

    Parameters

    pages
    Pages to be renumbered.
    bStructureOriented
    Set this parameter to true to provide numbering per structure identifier. If false, then pages are continuously number without
    nStartvalue
    Here you enter the page number from which the numbering is to begin.
    nIncrement
    Here you enter the increment value for the separation between the page numbers.
    bKeepInterval
    In combination with the definition of the start page, this parameter retains the increments between the selected pages for the target pages. In this way you can move any desired number of selected pages by a specified increment. Entering the increment size is not possible in this case.
    bKeepText
    Set this to true, if the alphabetic part of the page name should not be overwritten.
    eSubPages
    Values are:

    - Retain: Existing subpages are adopted unchanged into the target page.

    - ConsecutiveNumbering:Existing subpages are renumbered using the starting value "1" and an increment of "1". At every change of the main page, the subpage numbering begins again from "1". The subpage numbering follows the project settings defined in the project setting "Characters for subpages".

    - ConvertIntoMainPages: Subpages are converted to main pages and renumbered.

    Exceptions
    ExceptionDescription
    Thrown, if an argument is set to null.
    An error occurred during numbering.
    An error occurred during numbering.
    See Also