Click or drag to resize

NavigationAccuracyPredictedGetValueByType Method

Get the specific value of NavigationAccuracyPredicted by its type.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double GetValueByType(
	NavigationAccuracyPredictedType type
)

Parameters

type
Type: AGI.Foundation.NavigationNavigationAccuracyPredictedType
The type of NavigationAccuracyPredicted.

Return Value

Type: Double
Returns the property corresponding to the given type of NavigationAccuracyPredicted.
See Also