API Help
Eplan.EplApi.HEServices Namespace / CableService Class / RenumberCables Method / RenumberCables(String,String,Boolean,Int32,Int32) Method
Full link file name of the project in which the cables will be numbered.
Name of the scheme used for cable numbering.
If set to true, already existing cable names will not be changed.
Start value for the device tag counter.
The device tag counter will be incremented by this value.

In This Topic
    RenumberCables(String,String,Boolean,Int32,Int32) Method
    In This Topic
    Method for numbering cables in a project.
    Syntax

    Parameters

    strFullLinkFileName
    Full link file name of the project in which the cables will be numbered.
    strNumberingSchemeName
    Name of the scheme used for cable numbering.
    bKeepOldNames
    If set to true, already existing cable names will not be changed.
    nStartValue
    Start value for the device tag counter.
    nStepValue
    The device tag counter will be incremented by this value.
    Exceptions
    ExceptionDescription
    Invalid parameters found.
    The internal interface necessary for numbering could not be created.
    An error occurred during numbering. Please read the exception message..
    An error occurred when used scheme name doesn't exist
    Remarks
    If the user scheme given in strNumberingSchemeName does not exist, an ArgumentException will be thrown. If you pass an empty string to strCreateSchemeName, the last-used scheme will be used which is currently set in GUI.
    See Also