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
Exception | Description |
ArgumentNullException | Thrown when required
parameter is null. |
ArgumentException | Invalid parameter. |
ApplicationException | Needed internal
interface could not
be created. |
Eplan.EplApi.Base.BaseException | Error occurred while
reorganizing legend
numbers. |
See Also