Tracing MethodsElecNetKit Documentation
The Tracing type exposes the following members.
Methods

  NameDescription
Public methodStatic memberBusesOnRouteToTarget
Obtains a list of all buses that are directly on-route from FromBus to TargetBus.
Public methodStatic memberGetDirectLengthBetweenBuses
Obtains the direct line length between two buses.
Public methodStatic memberTraceFromWithCallback
Traces from FromBus along all buses in AllowedBuses, and executing Callback for every connection between two buses.
Public methodStatic memberTraceWithoutCrossingBuses
Obtains a list of all buses directly or indirectly connected to FromBus, so long as they are connected in a fashion that does not rely upon the presence of any elements of BusesToExclude
Back to Top
See Also