STK ObjectsSend comments on this topic.
LowAltAtmosDensityModel 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 LowAltAtmosDensityModel() As AgELowAltAtmosphericDensityModel
[C#]
public AgELowAltAtmosphericDensityModel LowAltAtmosDensityModel {get; set;}
[Managed C++]
public: __property AgELowAltAtmosphericDensityModel get_LowAltAtmosDensityModel();
public: __property void set_LowAltAtmosDensityModel( AgELowAltAtmosphericDensityModel );
[Unmanaged C++]
public: HRESULT get_LowAltAtmosDensityModel(
    AgELowAltAtmosphericDensityModel * pVal
);
public: HRESULT put_LowAltAtmosDensityModel(
    AgELowAltAtmosphericDensityModel AtmosphericDensityModel
);
[Java]
public AgELowAltAtmosphericDensityModel getLowAltAtmosDensityModel();
public void setLowAltAtmosDensityModel(
    AgELowAltAtmosphericDensityModel
);
[Python - STK API ]
@property
def LowAltAtmosDensityModel(self) -> "AgELowAltAtmosphericDensityModel":

@LowAltAtmosDensityModel.setter
def LowAltAtmosDensityModel(self, AtmosphericDensityModel:"AgELowAltAtmosphericDensityModel") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.