GpsReceiverSatelliteConstraints Property |
Gets the collection of Access constraints to be applied to the navigation satellites
in determining which ones are usable by the receiver.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AccessConstraintCollection SatelliteConstraints { get; }
Public ReadOnly Property SatelliteConstraints As AccessConstraintCollection
Get
public:
property AccessConstraintCollection^ SatelliteConstraints {
AccessConstraintCollection^ get ();
}
member SatelliteConstraints : AccessConstraintCollection with get
Property Value
Type:
AccessConstraintCollectionSee Also