Eplan Platform API
Eplan.EplApi.HEServices Namespace / Renumber Class / PartsListPositions Method / PartsListPositions(Project,Int32,Int32,Int32,Int32) 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.

In This Topic
    PartsListPositions(Project,Int32,Int32,Int32,Int32) Method
    In This Topic
    Method for renumbering Bill Of Materials positions.
    Syntax
    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

    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.
    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.
    See Also