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





Windows & Linux

Description

This property is deprecated. The new RFEnvironment property can be used to configure atmospheric models.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.