STK ObjectsSend comments on this topic.
Atmosphere Property (IAgAccessCnstrNoiseTemperature)
See Also
Windows





Windows & Linux

Description

Use Atmosphere.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Atmosphere() As Boolean
[C#]
public bool Atmosphere {get; set;}
[Managed C++]
public: __property bool get_Atmosphere();
public: __property void set_Atmosphere( bool );
[Unmanaged C++]
public: HRESULT get_Atmosphere(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Atmosphere(
    VARIANT_BOOL Atmosphere
);
[Java]
public bool getAtmosphere();
public void setAtmosphere(
    bool
);
[Python - STK API ]
@property
def Atmosphere(self) -> bool:

@Atmosphere.setter
def Atmosphere(self, Atmosphere:bool) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.