BaseStationLocationAltitude Property |
Gets or sets the altitude in feet that the
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double Altitude { get; set; }
Public Property Altitude As Double
Get
Set
public:
property double Altitude {
double get ();
void set (double value);
}
member Altitude : float with get, set
Property Value
Type:
DoubleSee Also