Atmospheric density model.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property AtmosDensityModel() As AgELOPAtmosphericDensityModel |
| [C#] |
|---|
public AgELOPAtmosphericDensityModel AtmosDensityModel {get; set;} |
| [Managed C++] |
|---|
public: __property AgELOPAtmosphericDensityModel get_AtmosDensityModel(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgELOPAtmosphericDensityModel getAtmosDensityModel(); public void setAtmosDensityModel( AgELOPAtmosphericDensityModel ); |
[Python - STK API ] |
|---|
@property def AtmosDensityModel(self) -> "AgELOPAtmosphericDensityModel": @AtmosDensityModel.setter def AtmosDensityModel(self, AtmosphericDensityModel:"AgELOPAtmosphericDensityModel") -> None: |






