Click or drag to resize

GnssLinkBudgetScalarsCollectionContains Method (NavigationSignalType)

Determines whether the collection contains a GnssLinkBudgetScalars with the specified signalType.

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 bool Contains(
	NavigationSignalType signalType
)

Parameters

signalType
Type: AGI.Foundation.Navigation.AdvancedNavigationSignalType
The NavigationSignalType any GnssLinkBudgetScalars in the collection must contain.

Return Value

Type: Boolean
if any GnssLinkBudgetScalars in the collection has the specified NavigationSignalType; otherwise .
See Also