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





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 * pRetVal
);
public: HRESULT put_AtmosphericDensityModel(
AgEAtmosphericDensityModel NewAtmosphericDensityModel
);

[Java]
public AgEAtmosphericDensityModel getAtmosphericDensityModel();public void setAtmosphericDensityModel(
AgEAtmosphericDensityModel
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1