STK ObjectsSend 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 * pVal
);
public: HRESULT put_UseAtmosphere(
    VARIANT_BOOL val
);
[Java]
public bool getUseAtmosphere();
public void setUseAtmosphere(
    bool
);
[Python - STK API ]
@property
def UseAtmosphere(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.