Gets or sets whether to use altitude to determine the translucency value for the image or not. If false, the Translucency value is used. If true, the translucency will be determined by the values of Altitude Based Translucency Lower Translucency, Altitude Based Translucency Upper Translucency, Altitude Based Translucency Lower Altitude, and Altitude Based Translucency Upper Altitude.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseAltitudeBasedTranslucency() As Boolean |
[C#] |
---|
public bool UseAltitudeBasedTranslucency {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseAltitudeBasedTranslucency(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseAltitudeBasedTranslucency( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseAltitudeBasedTranslucency( VARIANT_BOOL UseAltitudeBasedTranslucency ); |
[Java] |
---|
public bool getUseAltitudeBasedTranslucency(); public void setUseAltitudeBasedTranslucency( bool ); |