API Help
Eplan.EplApi.HEServices Namespace / MountingPanelService Class / ReorganizeLegendNumbers 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.

In This Topic
    ReorganizeLegendNumbers 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.
    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