STK ObjectsSend comments on this topic.
AtmosDensityModel Property (IAgVeAdvanced)
See Also
Windows





Windows & Linux

Description

Atmospheric density model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AtmosDensityModel() As AgELOPAtmosphericDensityModel
[C#]
public AgELOPAtmosphericDensityModel AtmosDensityModel {get; set;}
[Managed C++]
public: __property AgELOPAtmosphericDensityModel get_AtmosDensityModel();
public: __property void set_AtmosDensityModel( AgELOPAtmosphericDensityModel );
[Unmanaged C++]
public: HRESULT get_AtmosDensityModel(
    AgELOPAtmosphericDensityModel * pVal
);
public: HRESULT put_AtmosDensityModel(
    AgELOPAtmosphericDensityModel AtmosphericDensityModel
);
[Java]
public AgELOPAtmosphericDensityModel getAtmosDensityModel();
public void setAtmosDensityModel(
    AgELOPAtmosphericDensityModel
);
[Python - STK API ]
@property
def AtmosDensityModel(self) -> "AgELOPAtmosphericDensityModel":

@AtmosDensityModel.setter
def AtmosDensityModel(self, AtmosphericDensityModel:"AgELOPAtmosphericDensityModel") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.