Gets the atmospheric absorption model.
Read-only property
[Visual Basic .NET] |
---|
Public Property AtmosAbsorptionModel() As IAgAtmosphericAbsorptionModel |
[C#] |
---|
public IAgAtmosphericAbsorptionModel AtmosAbsorptionModel {get;} |
[Managed C++] |
---|
public: __property IAgAtmosphericAbsorptionModel ^ get_AtmosAbsorptionModel(); |
[Unmanaged C++] |
---|
public: HRESULT get_AtmosAbsorptionModel( IAgAtmosphericAbsorptionModel ** ppModel ); |
[Java] |
---|
public IAgAtmosphericAbsorptionModel getAtmosAbsorptionModel(); |
[Python - STK API ] |
---|
@property def AtmosAbsorptionModel(self) -> "IAgAtmosphericAbsorptionModel": |