The Tracing type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | BusesOnRouteToTarget |
Obtains a list of all buses that are directly on-route from
FromBus to TargetBus.
|
![]() ![]() | GetDirectLengthBetweenBuses |
Obtains the direct line length between two buses.
|
![]() ![]() | TraceFromWithCallback |
Traces from FromBus along all buses in AllowedBuses,
and executing Callback for every connection between two buses.
|
![]() ![]() | TraceWithoutCrossingBuses |
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 |
See Also