STK ObjectsSend comments on this topic.
EarthTemperature Property (IAgRFEnvironment)
See Also
Windows





Windows & Linux

Description

Gets or sets the earth temperature.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EarthTemperature() As Double
[C#]
public double EarthTemperature {get; set;}
[Managed C++]
public: __property double get_EarthTemperature();
public: __property void set_EarthTemperature( double );
[Unmanaged C++]
public: HRESULT get_EarthTemperature(
    double * pVal
);
public: HRESULT put_EarthTemperature(
    double val
);
[Java]
public double getEarthTemperature();
public void setEarthTemperature(
    double
);
[Python - STK API ]
@property
def EarthTemperature(self) -> float:

@EarthTemperature.setter
def EarthTemperature(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.