Current atmospheric temperature in Kelvin.
Available only if Drag is on and the density model can provide this
data.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property AtmTemperature() As Double
|
| [C#] |
|---|
public double AtmTemperature {get;}
|
| [Managed C++] |
|---|
public: __property double get_AtmTemperature();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AtmTemperature(
|
| [Java] |
|---|
public double getAtmTemperature();
|