API Help
Eplan.EplApi.HEServices Namespace / Renumber Class / PartsListPositions Method / PartsListPositions(String,Int32,Int32,Int32,Int32,String,Boolean) Method
Full link file name of the project in which the Bill Of Materials positions will be renumbered.
Specifies which positions will be renumbered. Allowed values are members from enumeration Parts, e.g. CableParts | ClampParts
Start value
Step width
Number of digits for a position.
Name of the schema used to sort parts.
Use same numbers for identical parts.

PartsListPositions(String,Int32,Int32,Int32,Int32,String,Boolean) Method
Method for renumbering Bill Of Materials positions.
Syntax

Parameters

strFullLinkFileName
Full link file name of the 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 schema used to sort parts.
bSameNumbers
Use same numbers for identical parts.
Exceptions
ExceptionDescription
Thrown, if an argument is set to null.
Thrown in case of invalid parameters, e.g. the specified project does not exist or is invalid.
\Internal interface for numbering could not be created.
An error occurred during numbering.
Remarks
The specified project may be open in EPLAN or not. If the project is not opened from the beginning, it will be opened for the numbering process and will be closed subsequently.
See Also