Click or drag to resize

NavigationSignalCollectionFindTrackingType Method

Finds the set of NavigationSignals in this collection that have the specified tracking type.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public List<NavigationSignal> FindTrackingType(
	NavigationSignalTrackingType tracking
)

Parameters

tracking
Type: AGI.Foundation.Navigation.AdvancedNavigationSignalTrackingType
The tracking type the returned set of signals must have.

Return Value

Type: ListNavigationSignal
A collection of NavigationSignals from this collection that have the specified tracking type.
See Also