API Help
Eplan.EplApi.HEServices Namespace / Renumber.Enums.SubPages Enumeration

In This Topic
    Renumber.Enums.SubPages Enumeration
    In This Topic
    Parameter enum for pages numbering.
    Syntax
    public enum Renumber.Enums.SubPages : System.Enum 
    public enum class Renumber.Enums.SubPages : public System.Enum 
    Members
    MemberValueDescription
    ConsecutiveNumbering1Existing 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".
    ConvertIntoMainPages2Subpages are converted to main pages and renumbered.
    Retain0Existing subpages are adopted unchanged into the target page.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.HEServices.Renumber.Enums.SubPages

    See Also