Click or drag to resize

NavigationReceiverChannelCollectionContainsSatelliteID Method

True if this collection contains a NavigationReceiverChannel with 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 bool ContainsSatelliteID(
	int satelliteID
)

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