ScalarSingleFrequencyIonosphericCorrectionTransmitter Property |
Gets or sets the transmitter of the signal traveling through the ionosphere. This is usually the Gps Satellite.
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 Transmitter { get; set; }
Public Property Transmitter As IServiceProvider
Get
Set
public:
property IServiceProvider^ Transmitter {
IServiceProvider^ get ();
void set (IServiceProvider^ value);
}
member Transmitter : IServiceProvider with get, set
Property Value
Type:
IServiceProviderSee Also