Click or drag to resize

NavigationSignalCollectionFindFirst Method

Finds the first NavigationSignal in this collection 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 must have.

Return Value

Type: NavigationSignal
The first NavigationSignal with the specified priority in the collection, or null.
See Also