Eplan Platform API
Eplan.EplApi.HEServices Namespace / Renumber Class / PartsListPositions Method / PartsListPositions(Project,Int32,Int32,Int32,Int32,String,Boolean) Method
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 scheme used to sort parts.
Use same numbers for identical parts.

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

    Parameters

    Parameter NameDescription
    pProjectProject in which the Bill Of Materials positions will be renumbered.
    ePartsKindSpecifies which positions will be renumbered. Allowed values are \members from enumeration Parts, e.g. CableParts | ClampParts
    nStartValueStart value
    nIncrementStep width
    nFieldWidthNumber of digits for a position.
    strSortingSchemaName of the scheme used to sort parts.
    bSameNumbersUse 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.
    Thrown if the internal interface for numbering could not be created.
    Thrown if an error occurred during numbering.
    See Also