Click or drag to resize

NavigationReceiverChannelCollectionFindFirst Method

Find the first NavigationReceiverChannel in the collection that has the specified satelliteID.

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 NavigationReceiverChannel FindFirst(
	int satelliteID
)

Parameters

satelliteID
Type: SystemInt32
The satellite ID the returned NavigationReceiverChannel is associated with.

Return Value

Type: NavigationReceiverChannel
A NavigationReceiverChannel with the specified satelliteID, or null.
See Also