AGI STK Objects 11 Send comments on this topic.
LowAltAtmosphericDensityModel Property (IAgVeHPOPForceModelDrag)
See Also 
Windows






Windows & Linux

Description

Select the low altitude atmospheric density model to be used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LowAltAtmosphericDensityModel() As AgEAtmosphericDensityModel

[C#]
public AgEAtmosphericDensityModel LowAltAtmosphericDensityModel {get; set;}

[Managed C++]
public: __property AgEAtmosphericDensityModel get_LowAltAtmosphericDensityModel();
public: __property void set_LowAltAtmosphericDensityModel(
AgEAtmosphericDensityModel
);

[Unmanaged C++]
public: HRESULT get_LowAltAtmosphericDensityModel(
AgEAtmosphericDensityModel * pRetVal
);
public: HRESULT put_LowAltAtmosphericDensityModel(
AgEAtmosphericDensityModel NewLowAltAtmosphericDensityModel
);

[Java]
public AgEAtmosphericDensityModel getLowAltAtmosphericDensityModel();public void setLowAltAtmosphericDensityModel(
AgEAtmosphericDensityModel
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface