Click or drag to resize

GnssLinkBudgetScalarsCollection.FindFirst Method (NavigationSignalType)

Find the first GnssLinkBudgetScalars in the collection that has the specified signalType.

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 GnssLinkBudgetScalars FindFirst(
	NavigationSignalType signalType
)

Parameters

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

Return Value

Type: GnssLinkBudgetScalars
GnssLinkBudgetScalars with the specified signalType, or null.
See Also