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
Exception | Description |
ArgumentException | Invalid parameters found. |
ApplicationException | The internal interface necessary for
numbering could not be created. |
BaseException | An error occurred during numbering.
Please read the exception message.. |
InvalidScheme | An error occurred when used scheme name doesn't exist |
See Also