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++] |
---|
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: |