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





Description

Gets or sets the flag to use noise due to the earth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseEarth() As Boolean

[C#]
public bool UseEarth {get; set;}

[Managed C++]
public: __property bool get_UseEarth();
public: __property void set_UseEarth(
bool
);

[Unmanaged C++]
public: HRESULT get_UseEarth(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseEarth(
VARIANT_BOOL NewUseEarth
);

[Java]
public bool getUseEarth();public void setUseEarth(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1