Click or drag to resize

NavigationReceiverChannel.FindFirst 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: 25.1.421.0 (25.1.421.0)
Syntax
public NavigationSignal FindFirst(
	NavigationSignalPriority priority
)

Parameters

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

Return Value

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