STK AviatorSend comments on this topic.
AtmosphereModel Property (IAgAvtrProcedure)
See Also
Windows





Windows & Linux

Description

Get the mission atmosphere model.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.