Tracing BusesOnRouteToTarget Method ElecNetKit Documentation
Obtains a list of all buses that are directly on-route from FromBus to TargetBus.

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

public static IEnumerable<Bus> BusesOnRouteToTarget(
	Bus FromBus,
	Bus TargetBus
)

Return Value

A list of all buses that are directly on-route from FromBus to TargetBus (inclusive).
See Also