AGI STK Objects 11 Send comments on this topic.
InheritAtmosAbsorptionModel Property (IAgAtmosphere)
See Also 
Windows






Windows & Linux

Description

Gets or sets the option for inheriting the atmospheric absorption model from the scenario.

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 * pRetVal
);
public: HRESULT put_InheritAtmosAbsorptionModel(
VARIANT_BOOL NewInheritAtmosAbsorptionModel
);

[Java]
public bool getInheritAtmosAbsorptionModel();public void setInheritAtmosAbsorptionModel(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface