Click or drag to resize

NavigationSignalCharacteristicsGetFromType Method (NavigationSignalType, NavigationBlockType)

Provides the signal characteristics specific to a type and block of signal.

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,
	NavigationBlockType blockType
)

Parameters

signalType
Type: AGI.Foundation.Navigation.AdvancedNavigationSignalType
The signal type defining the characteristics required.
blockType
Type: AGI.Foundation.NavigationNavigationBlockType
The block type defining the parameters for block specific data.

Return Value

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