ScalarSaastamoinenTroposphericCorrectionReceiver Property |
Gets or sets the receiver of the signal traveling through the troposphere. This is usually the Gps Receiver's antenna.
Namespace:
AGI.Foundation.Navigation.Models
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IServiceProvider Receiver { get; set; }
Public Property Receiver As IServiceProvider
Get
Set
public:
property IServiceProvider^ Receiver {
IServiceProvider^ get ();
void set (IServiceProvider^ value);
}
member Receiver : IServiceProvider with get, set
Property Value
Type:
IServiceProviderSee Also