Click or drag to resize

GpsSignalGeneratorCollectionFindFirst Method

Find the first GpsSignalGenerator in the collection that has the specified signal type.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GpsSignalGenerator FindFirst(
	NavigationSignalType signalType
)

Parameters

signalType
Type: AGI.Foundation.Navigation.AdvancedNavigationSignalType
The NavigationSignalType the returned signal should have.

Return Value

Type: GpsSignalGenerator
A GpsSignalGenerator with the specified signal type, or .
See Also