public void AutoCableSelection( Project oProject, string strAutoSelSchemeName, bool bOnlyAutomaticCables )
public: void AutoCableSelection( Project^ oProject, String^ strAutoSelSchemeName, bool bOnlyAutomaticCables )
Parameters
| Parameter Name | Description |
|---|---|
| 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. |