API Help
Eplan.EplApi.HEServices Namespace / Renumber Class / NumberLegendItems Method
installation space whose legend numbers will be numbered.
Start value for the numbering.
Step value for the numbering.
Numbering direction. Allowed values are defined in the enum NumberingDirection3D.
If true then set same numbers for identical devices. Identical devices have the same partnumber.

In This Topic
    NumberLegendItems Method
    In This Topic
    Number legend Ids of a pro panel objects.
    Syntax

    Parameters

    oInstallationSpace
    installation space whose legend numbers will be numbered.
    nStartValue
    Start value for the numbering.
    nStepValue
    Step value for the numbering.
    nNumberingDirection
    Numbering direction. Allowed values are defined in the enum NumberingDirection3D.
    fSameNumbers
    If true then set same numbers for identical devices. Identical devices have the same partnumber.
    Exceptions
    ExceptionDescription
    Thrown when required parameter is null.
    Invalid parameter.
    Needed internal interface could not be created.
    Error occurred while numbering legend ids.
    See Also