public void PartsListPositions( Project pProject, int ePartsKind, int nStartValue, int nIncrement, int nFieldWidth )
public: void PartsListPositions( Project^ pProject, int ePartsKind, int nStartValue, int nIncrement, int nFieldWidth )
Parameters
| Parameter Name | Description |
|---|---|
| pProject | Project in which the Bill Of Materials positions will be renumbered. |
| ePartsKind | Specifies which positions will be renumbered. Allowed values are \members from enumeration Parts, e.g. CableParts | ClampParts |
| nStartValue | Start value |
| nIncrement | Step width |
| nFieldWidth | Number of digits for a position. |