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

    Parameter NameDescription
    pFunctionsPlugs to be renumbered.
    eSequenceMode to use for numbering, given by a member of enum PlugSequence.
    ePotential_NParameter to determine, N plugs will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
    ePotential_PEParameter to determine, how PE plugs will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
    ePotential_SHParameter to determine, how SH plugs will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
    bKeepAlphanumericnot used anymore
    strSchemeNumbering scheme.
    nStartValueStart value.
    nIncrementStep width.
    bPermitSortChangePermit sort change.
    bFillGapsFill gaps.
    Exceptions
    ExceptionDescription
    Thrown if an argument is set to NULL.
    Thrown in case of invalid parameters, e.g. the specified project doeas not exist or is invalid.
    Thrown if the internal interface for numbering could not be created.
    Thrown if an error occurred during numbering.
    An error occurrs when used scheme name doesn't exist
    See Also