Eplan Platform API
Eplan.EplApi.HEServices Namespace / Renumber Class / Plugs Method / Plugs(Project,PlugsSequence,TerminalsPotential,TerminalsPotential,TerminalsPotential,Boolean,String,Int32,Int32) Method
Project in which all plugs will be renumbered.
Mode to use for numbering, given by a member of enum PlugSequence.
Parameter to determine, N plugs will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
Parameter to determine, how PE plugs will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
Parameter to determine, how SH plugs will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
Keep alphabetic components of the device number.
Numbering scheme.
Start value.
Step width.

In This Topic
    Plugs(Project,PlugsSequence,TerminalsPotential,TerminalsPotential,TerminalsPotential,Boolean,String,Int32,Int32) Method
    In This Topic
    Method for renumbering plugs of a project.
    Syntax

    Parameters

    pProject
    Project in which all plugs will 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
    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.
    An error occurrs when used scheme name doesn't exist
    See Also