Click or drag to resize

GnssLinkBudgetScalarsCollection.Contains 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.3.420.0 (24.3.420.0)
Syntax
public bool Contains(
	NavigationSignalType signalType
)

Parameters

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

Return Value

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