public void ReorganizeLegendNumbers( Function oMountingPanel, long nStartValue, long nStepValue, MountingPanelService.NumberingDirection nNumberingDirection )
public: void ReorganizeLegendNumbers( Function^ oMountingPanel, int64 nStartValue, int64 nStepValue, MountingPanelService.NumberingDirection nNumberingDirection )
Parameters
| Parameter Name | Description |
|---|---|
| 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. |