NavigationReceiverChannelCollectionFindFirst Method |
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public NavigationReceiverChannel FindFirst(
int satelliteID
)
Public Function FindFirst (
satelliteID As Integer
) As NavigationReceiverChannel
public:
NavigationReceiverChannel^ FindFirst(
int satelliteID
)
member FindFirst :
satelliteID : int -> NavigationReceiverChannel
Parameters
- satelliteID
- Type: SystemInt32
The satellite ID the returned NavigationReceiverChannel is associated with.
Return Value
Type:
NavigationReceiverChannelA
NavigationReceiverChannel with the specified
satelliteID, or null.
See Also