NavigationReceiverChannelCollectionFindFirst Method  | 
  
    Namespace: 
   AGI.Foundation.Navigation.Advanced
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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