Plugs(Function[],PlugsSequence,TerminalsPotential,TerminalsPotential,TerminalsPotential,Boolean,String,Int32,Int32) Method
                In This Topic
            
            Method for renumbering plugs specified by the collection pFunctions.
            
            
            Syntax
            
        
            Parameters
- pFunctions
- Plugs to be renumbered.
- eSequence
- Mode to use for numbering, given by a member of enum PlugSequence.
- ePotential_N
- Parameter to determine, N plugs will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
- ePotential_PE
- Parameter to determine, how PE plugs will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
- ePotential_SH
- Parameter to determine, how SH plugs will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
- bKeepAlphanumeric
- Keep alphabetic components of the device number.
- strScheme
- Numbering scheme.
- nStartValue
- Start value.
- nIncrement
- Step width.
 
            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. | 
| InvalidScheme | An error occurrs when used scheme name doesn't exist | 
See Also