public void AddCables( IEnumerable<ICable> cables )
Parameters
- cables
- Cables that will be used to create cable units. If a cable is already part of some cable unit, the cable will be ignored.
public void AddCables( IEnumerable<ICable> cables )
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.ArgumentException | Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property. |