Click or drag to resize

NavigationReceiverChannelFindFirst Method

Finds the first NavigationSignal in this NavigationReceiverChannel that has the specified priority.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NavigationSignal FindFirst(
	NavigationSignalPriority priority
)

Parameters

priority
Type: AGI.Foundation.Navigation.AdvancedNavigationSignalPriority
The priority the returned signal should have.

Return Value

Type: NavigationSignal
A NavigationSignal with the specified priority or null.
See Also