Click or drag to resize

NavigationSignalCharacteristicsGetFromType Method (NavigationSignalType)

Provides the signal characteristics specific to a type of signal. Note that signal parameters with different values by block type will have NaN values. Use the GetFromType(NavigationSignalType, NavigationBlockType) method instead to retrieve those parameter values.

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 static NavigationSignalCharacteristics GetFromType(
	NavigationSignalType signalType
)

Parameters

signalType
Type: AGI.Foundation.Navigation.AdvancedNavigationSignalType
The signal type defining the characteristics required.

Return Value

Type: NavigationSignalCharacteristics
An instance of this class with the signal parameters filled in, representing the specified signalType.
See Also