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





Windows & Linux

Description

This property is deprecated. Use the PropagationChannel property to enable or disable the atmospheric absorption model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InheritAtmosAbsorptionModel() As Boolean
[C#]
public bool InheritAtmosAbsorptionModel {get; set;}
[Managed C++]
public: __property bool get_InheritAtmosAbsorptionModel();
public: __property void set_InheritAtmosAbsorptionModel( bool );
[Unmanaged C++]
public: HRESULT get_InheritAtmosAbsorptionModel(
    VARIANT_BOOL * pVal
);
public: HRESULT put_InheritAtmosAbsorptionModel(
    VARIANT_BOOL val
);
[Java]
public bool getInheritAtmosAbsorptionModel();
public void setInheritAtmosAbsorptionModel(
    bool
);
[Python - STK API ]
@property
def InheritAtmosAbsorptionModel(self) -> bool:

@InheritAtmosAbsorptionModel.setter
def InheritAtmosAbsorptionModel(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.