STK ObjectsSend comments on this topic.
LowAltAtmosphericDensityModel Property (IAgVeHPOPForceModelDrag)
See Also
Windows





Windows & Linux

Description

This property is deprecated. Use LowAltAtmosDensityModel instead. 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 * pVal
);
public: HRESULT put_LowAltAtmosphericDensityModel(
    AgEAtmosphericDensityModel AtmosphericDensityModel
);
[Java]
public AgEAtmosphericDensityModel getLowAltAtmosphericDensityModel();
public void setLowAltAtmosphericDensityModel(
    AgEAtmosphericDensityModel
);
[Python - STK API ]
@property
def LowAltAtmosphericDensityModel(self) -> "AgEAtmosphericDensityModel":

@LowAltAtmosphericDensityModel.setter
def LowAltAtmosphericDensityModel(self, AtmosphericDensityModel:"AgEAtmosphericDensityModel") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.