PartsListPositions(String,Int32,Int32,Int32,Int32,Boolean) Method
                In This Topic
            
            Method for renumbering Bill Of Materials positions.
            
            
            Syntax
            
            
            
            
            public void PartsListPositions( 
   string ,
   int ,
   int ,
   int ,
   int ,
   bool 
)
             
        
            
            public:
void PartsListPositions( 
   String^ ,
   int ,
   int ,
   int ,
   int ,
   bool 
) 
             
        
             
        
            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.
- bSameNumbers
- Use same numbers for identical parts.
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentNullException | Thrown, if an
                                        argument is set to
                                        null. | 
| ArgumentException | Thrown in case of
                                    invalid parameters,
                                    e.g. the specified
                                    project does not
                                    exist or is invalid. | 
| ApplicationException | \Internal interface
                                       for numbering could
                                       not be created. | 
| BaseException | An error occurred
                                during numbering. | 
See Also