GpsReceiverReceiverSolutionType 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
GpsReceiverSolutionTypeSee Also