PartsListPositions(Project,Int32,Int32,Int32,Int32,String,Boolean) Method
In This Topic
Method for renumbering Bill Of Materials positions.
Syntax
public void PartsListPositions(
Project ,
int ,
int ,
int ,
int ,
string ,
bool
)
public:
void PartsListPositions(
Project^ ,
int ,
int ,
int ,
int ,
String^ ,
bool
)
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. |
| strSortingSchema | Name of the scheme used to sort parts. |
| bSameNumbers | Use same numbers for identical parts. |
Exceptions
See Also