AGI STK Objects 11Send comments on this topic.
LocalEarthTemperature Property (IAgAntennaNoiseTemperature)
See Also
Windows






Windows & Linux

Description

Gets or sets the local earth temperature.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LocalEarthTemperature() As Double
[C#]
public double LocalEarthTemperature {get; set;}
[Managed C++]
public: __property double get_LocalEarthTemperature();
public: __property void set_LocalEarthTemperature( double );
[Unmanaged C++]
public: HRESULT get_LocalEarthTemperature(
    double * pVal
);
public: HRESULT put_LocalEarthTemperature(
    double val
);
[Java]
public double getLocalEarthTemperature();
public void setLocalEarthTemperature(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.