Traces from FromBus along all buses in AllowedBuses,
and executing Callback for every connection between two buses.
Namespace: ElecNetKit.NetworkModellingAssembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
Parameters
- FromBus
- Type: ElecNetKit.NetworkModelling Bus
The bus to trace from.
- AllowedBuses
- Type:
System.Collections.Generic IEnumerable Bus
All buses that are to be allowed in the trace.
- Callback
- Type:
System Action Bus, Line, Bus
A custom action to execute for every connection.
See Also