Click or drag to resize

GpsSignalGeneratorCollection.FindFirst 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.3.420.0 (24.3.420.0)
Syntax
public GpsSignalGenerator FindFirst(
	NavigationSignalType signalType
)

Parameters

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

Return Value

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