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





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseAtmosphere();
public: __property void set_UseAtmosphere(
bool
);

[Unmanaged C++]
public: HRESULT get_UseAtmosphere(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseAtmosphere(
VARIANT_BOOL NewUseAtmosphere
);

[Java]
public bool getUseAtmosphere();public void setUseAtmosphere(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1