Gets or sets the upper altitude bound used to calculate translucency for the image when Use Altitude Based Translucency is set to true. When the altitude of the viewer is at or above this value, the image will have the translucency specified by Altitude Based Translucency Upper Translucency, and will be linearly interpolated at altitude values between Altitude Based Translucency Upper Altitude and Altitude Based Translucency Lower Altitude.
Read-write property
[Visual Basic .NET] |
---|
Public Property AltitudeBasedTranslucencyUpperAltitude() As Double |
[C#] |
---|
public double AltitudeBasedTranslucencyUpperAltitude {get; set;} |
[Managed C++] |
---|
public: __property double get_AltitudeBasedTranslucencyUpperAltitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_AltitudeBasedTranslucencyUpperAltitude( double * pRetVal ); public: HRESULT put_AltitudeBasedTranslucencyUpperAltitude( double AltitudeBasedTranslucencyUpperAltitude ); |
[Java] |
---|
public double getAltitudeBasedTranslucencyUpperAltitude(); public void setAltitudeBasedTranslucencyUpperAltitude( double ); |