public void Add( ICableUnitAddable occ, bool includeRelated )
Parameters
- occ
- Occurrence which you want to add into this cable unit.
- includeRelated
- If true, all occurrences related to this one are also added. Default is true.
public void Add( ICableUnitAddable occ, bool includeRelated )
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.AlreadyDefinedCableUnitException | The exception that is thrown when you try to set a cable unit to an occurrence that already has a defined cable unit. |