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






Windows & Linux

Description

Select the atmospheric density model to be used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AtmosphericDensityModel() As AgEAtmosphericDensityModel
[C#]
public AgEAtmosphericDensityModel AtmosphericDensityModel {get; set;}
[Managed C++]
public: __property AgEAtmosphericDensityModel get_AtmosphericDensityModel();
public: __property void set_AtmosphericDensityModel(
   AgEAtmosphericDensityModel
);
[Unmanaged C++]
public: HRESULT get_AtmosphericDensityModel(
   AgEAtmosphericDensityModel * pRetVal
);
public: HRESULT put_AtmosphericDensityModel(
   AgEAtmosphericDensityModel NewAtmosphericDensityModel
);
[Java]
public AgEAtmosphericDensityModel getAtmosphericDensityModel();public void setAtmosphericDensityModel(
   AgEAtmosphericDensityModel
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.