GpsReceiverExtensionGpsReceiver Property  | 
 
            Gets or sets the GPS receiver associated with this extension.
            
 
    Namespace: 
   AGI.Foundation.Navigation
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic GpsReceiver GpsReceiver { get; set; }Public Property GpsReceiver As GpsReceiver
	Get
	Set
public:
virtual property GpsReceiver^ GpsReceiver {
	GpsReceiver^ get () sealed;
	void set (GpsReceiver^ value) sealed;
}abstract GpsReceiver : GpsReceiver with get, set
override GpsReceiver : GpsReceiver with get, set
Property Value
Type: 
GpsReceiverImplements
IGpsReceiverServiceGpsReceiver
Remarks
            If the GPS receiver does not have an antenna configured when this property is retrieved (that is, if the 
            
Antenna property is 
, the
            
Antenna
            property will be set to the platform to which this extension is attached before the receiver is returned.
            
See Also