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(
|
| [Java] |
|---|
public IAgAtmosphericAbsorptionModel getAtmosAbsorptionModel();
|