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






Windows & Linux

Description

Atmospheric density model.

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 * pVal
);
public: HRESULT put_AtmosphericDensityModel(
    AgEAtmosphericDensityModel AgEAtmosphericDensityModel
);
[Java]
public AgEAtmosphericDensityModel getAtmosphericDensityModel();
public void setAtmosphericDensityModel(
    AgEAtmosphericDensityModel
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.