Eplan Platform API
Eplan.EplApi.HEServices Namespace / MountingPanelService Class / ReorganizeLegendNumbersWithSameNumbers Method
Mounting panel whose legend numbers will be reorganized.
Start value for the numbering.
Step value for the numbering.
Numbering direction. Allowed values are defined in the enum NUMBERING_DIRECTION.
If true then set same numbers for identical devices. Identical devices have the same partnumber.

In This Topic
    ReorganizeLegendNumbersWithSameNumbers Method
    In This Topic
    Reorganize legend Ids of a panel layout.
    Syntax

    Parameters

    Parameter NameDescription
    oMountingPanelMounting panel whose legend numbers will be reorganized.
    nStartValueStart value for the numbering.
    nStepValueStep value for the numbering.
    nNumberingDirectionNumbering direction. Allowed values are defined in the enum NUMBERING_DIRECTION.
    fSameNumbersIf true then set same numbers for identical devices. Identical devices have the same partnumber.
    Exceptions
    ExceptionDescription
    Thrown when required parameter is NULL.
    Invalid parameter.
    A required internal interface could not be created.
    Error occurred while reorganizing legend numbers.
    See Also