GpsReceiver.SatelliteConstraints 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic AccessConstraintCollection SatelliteConstraints { get; }
Public ReadOnly Property SatelliteConstraints As AccessConstraintCollection
Get
public:
property AccessConstraintCollection^ SatelliteConstraints {
AccessConstraintCollection^ get ();
}
member SatelliteConstraints : AccessConstraintCollection with get
Property Value
Type:
AccessConstraintCollection
See Also