STK ObjectsSend comments on this topic.
LocalAtmosAbsorptionModel Property (IAgAtmosphere)
See Also
Windows





Windows & Linux

Description

This property is deprecated. Use the PropagationChannel property to get the atmospheric absorption model.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property LocalAtmosAbsorptionModel() As IAgAtmosphericAbsorptionModel
[C#]
public IAgAtmosphericAbsorptionModel LocalAtmosAbsorptionModel {get;}
[Managed C++]
public: __property IAgAtmosphericAbsorptionModel ^ get_LocalAtmosAbsorptionModel();
[Unmanaged C++]
public: HRESULT get_LocalAtmosAbsorptionModel(
    IAgAtmosphericAbsorptionModel ** ppModel
);
[Java]
public IAgAtmosphericAbsorptionModel getLocalAtmosAbsorptionModel();
[Python - STK API ]
@property
def LocalAtmosAbsorptionModel(self) -> "IAgAtmosphericAbsorptionModel":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.