RenumberCables(Project,String,Boolean,Boolean,Int32,Int32) Method
In This Topic
Method for numbering cables in a project.
Syntax
public void RenumberCables(
Project ,
string ,
bool ,
bool ,
int ,
int
)
public:
void RenumberCables(
Project^ ,
String^ ,
bool ,
bool ,
int ,
int
)
Parameters
| Parameter Name | Description |
|---|
| oProject | Project in which the cables will be numbered. |
| strNumberingSchemeName | Name of the scheme used for cable numbering. |
| bKeepOldNames | Keep existing cable DTs. If set to true, already existing cable DTs will not be changed, only cables with "?" character in the identifier will be numbered. |
| bKeepIdentifier | If set to true, the existing identifier will not be changed. |
| nStartValue | Start value for the device tag counter. |
| nStepValue | The device tag counter will be incremented by this value. |
Exceptions
See Also