AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.