Get the mission atmosphere model.
Read-only property
[Visual Basic .NET] |
---|
Public Property AtmosphereModel() As IAgAvtrAtmosphereModel |
[C#] |
---|
public IAgAvtrAtmosphereModel AtmosphereModel {get;} |
[Managed C++] |
---|
public: __property IAgAvtrAtmosphereModel ^ get_AtmosphereModel(); |
[Unmanaged C++] |
---|
public: HRESULT get_AtmosphereModel( IAgAvtrAtmosphereModel ** ppAvtrAtmos ); |
[Java] |
---|
public IAgAvtrAtmosphereModel getAtmosphereModel(); |
[Python - STK API ] |
---|
@property def AtmosphereModel(self) -> "IAgAvtrAtmosphereModel": |