GpsReceiver.ReceiverSolutionType Property |
Gets or sets the type of solution to use to decide which satellites to track out of all the
satellites that are visible.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic GpsReceiverSolutionType ReceiverSolutionType { get; set; }
Public Property ReceiverSolutionType As GpsReceiverSolutionType
Get
Set
public:
property GpsReceiverSolutionType ReceiverSolutionType {
GpsReceiverSolutionType get ();
void set (GpsReceiverSolutionType value);
}
member ReceiverSolutionType : GpsReceiverSolutionType with get, set
Property Value
Type:
GpsReceiverSolutionType
See Also