This property is deprecated. Use the PropagationChannel property to enable or disable the atmospheric absorption model.
Read-write property
[Visual Basic .NET] |
---|
Public Property InheritAtmosAbsorptionModel() As Boolean |
[C#] |
---|
public bool InheritAtmosAbsorptionModel {get; set;} |
[Managed C++] |
---|
public: __property bool get_InheritAtmosAbsorptionModel(); |
[Unmanaged C++] |
---|
public: HRESULT get_InheritAtmosAbsorptionModel( VARIANT_BOOL * pVal ); public: HRESULT put_InheritAtmosAbsorptionModel( VARIANT_BOOL val ); |
[Java] |
---|
public bool getInheritAtmosAbsorptionModel(); public void setInheritAtmosAbsorptionModel( bool ); |