This property is deprecated. The new RFEnvironment property can be used to configure atmospheric models.
Read-only property
[Visual Basic .NET] |
---|
Public Property Atmosphere() As IAgAtmosphere |
[C#] |
---|
public IAgAtmosphere Atmosphere {get;} |
[Managed C++] |
---|
public: __property IAgAtmosphere ^ get_Atmosphere(); |
[Unmanaged C++] |
---|
public: HRESULT get_Atmosphere( IAgAtmosphere ** ppAtmosphere ); |
[Java] |
---|
public IAgAtmosphere getAtmosphere(); |
[Python - STK API ] |
---|
@property def Atmosphere(self) -> "IAgAtmosphere": |