Eplan Platform API
Eplan.EplApi.HEServices Namespace / Renumber Class / Plugs Method / Plugs(Function[],PlugsSequence,TerminalsPotential,TerminalsPotential,TerminalsPotential,Boolean,String,Int32,Int32,Boolean,Boolean) Method
Plugs to 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.
not used anymore
Numbering scheme.
Start value.
Step width.
Permit sort change.
Fill gaps.

In This Topic
    Plugs(Function[],PlugsSequence,TerminalsPotential,TerminalsPotential,TerminalsPotential,Boolean,String,Int32,Int32,Boolean,Boolean) 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
    not used anymore
    strScheme
    Numbering scheme.
    nStartValue
    Start value.
    nIncrement
    Step width.
    bPermitSortChange
    Permit sort change.
    bFillGaps
    Fill gaps.
    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