public void NumberLegendItems( InstallationSpace oInstallationSpace, long nStartValue, long nStepValue, Renumber.Enums.NumberingDirection3D nNumberingDirection, bool fSameNumbers )
public: void NumberLegendItems( InstallationSpace^ oInstallationSpace, int64 nStartValue, int64 nStepValue, Renumber.Enums.NumberingDirection3D nNumberingDirection, bool fSameNumbers )
Parameters
| Parameter Name | Description |
|---|---|
| oInstallationSpace | installation space whose legend numbers will be numbered. |
| nStartValue | Start value for the numbering. |
| nStepValue | Step value for the numbering. |
| nNumberingDirection | Numbering direction. Allowed values are defined in the enum NumberingDirection3D. |
| fSameNumbers | If true then set same numbers for identical devices. Identical devices have the same partnumber. |