API Help
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

    oMountingPanel
    Mounting panel whose legend numbers will be reorganized.
    nStartValue
    Start value for the numbering.
    nStepValue
    Step value for the numbering.
    nNumberingDirection
    Numbering direction. Allowed values are defined in the enum NUMBERING_DIRECTION.
    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 reorganizing legend numbers.
    See Also