AutoCableSelection(String,String,Boolean) Method
In This Topic
Commits an automatic cable selection in the project.
Syntax
Parameters
- strFullLinkFileName
- Full link file name of the project for which the cable selection is done.
- strAutoSelSchemeName
- scheme name for the automatic cable selection.
- bOnlyAutomaticCables
- If set to true, the selection is only done for automatically generated cables.
Exceptions
Exception | Description |
ArgumentException | invalid parameters found, e.g. the
scheme was invalid. |
ApplicationException | \Internal interface for generating
cables could not be created. |
BaseException | Error during cable selection. |
InvalidScheme | An error occurred when used scheme name doesn't exist |
See Also