Eplan Platform API
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

    Parameter NameDescription
    oInstallationSpaceinstallation space whose legend numbers will be numbered.
    nStartValueStart value for the numbering.
    nStepValueStep value for the numbering.
    nNumberingDirectionNumbering direction. Allowed values are defined in the enum NumberingDirection3D.
    fSameNumbersIf true then set same numbers for identical devices. Identical devices have the same partnumber.
    Exceptions
    ExceptionDescription
    Thrown if a required parameter is set to NULL.
    Invalid parameter.
    Thrown if the required internal interface could not be created.
    Thrown if an error occurred while numbering legend IDs.
    See Also