Click or drag to resize

NavigationAccuracyAssessedGetValueByType Method

Get the specific value of assessed navigation accuracy 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(
	NavigationAccuracyAssessedType type
)

Parameters

type
Type: AGI.Foundation.NavigationNavigationAccuracyAssessedType
The NavigationAccuracyAssessed type used to return the value.

Return Value

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