Tracing TraceFromWithCallback Method ElecNetKit Documentation
Traces from FromBus along all buses in AllowedBuses, and executing Callback for every connection between two buses.

Namespace: ElecNetKit.NetworkModelling
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public static void TraceFromWithCallback(
	Bus FromBus,
	IEnumerable<Bus> AllowedBuses,
	Action<Bus, Line, Bus> Callback
)

Parameters

FromBus
Type: ElecNetKit.NetworkModelling Bus
The bus to trace from.
AllowedBuses
Type: OnlineSystem.Collections.Generic IEnumerable Bus 
All buses that are to be allowed in the trace.
Callback
Type: OnlineSystem Action Bus, Line, Bus 
A custom action to execute for every connection.
See Also