Gets or sets the earth temperature.
Read-write property
[Visual Basic .NET] |
---|
Public Property EarthTemperature() As Double |
[C#] |
---|
public double EarthTemperature {get; set;} |
[Managed C++] |
---|
public: __property double get_EarthTemperature(); |
[Unmanaged C++] |
---|
public: HRESULT get_EarthTemperature( double * pVal ); public: HRESULT put_EarthTemperature( double val ); |
[Java] |
---|
public double getEarthTemperature(); public void setEarthTemperature( double ); |