NavigationReceiverChannelCollectionContainsSatelliteID 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 bool ContainsSatelliteID(
int satelliteID
)
Public Function ContainsSatelliteID (
satelliteID As Integer
) As Boolean
public:
bool ContainsSatelliteID(
int satelliteID
)
member ContainsSatelliteID :
satelliteID : int -> bool
Parameters
- satelliteID
- Type: SystemInt32
The satellite ID any NavigationReceiverChannel in this collection should have.
Return Value
Type:
Boolean if this collection contains a
NavigationReceiverChannel with the specified
satelliteID; otherwise
.
See Also