AutoCableSelection(Project,String,Boolean) Method
In This Topic
Commits an automatic cable selection in the project.
Syntax
Parameters
- oProject
- 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. |
Eplan.EplApi.Base.BaseException | Error during cable selection. |
See Also