STK ObjectsSend comments on this topic.
AtmosAbsorptionModel Property (IAgPropagationChannel)
See Also
Windows





Windows & Linux

Description

Gets the atmospheric absorption model.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.