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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.