Gets or sets the lower 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 below this value, the image will have the translucency specified by Altitude Based Translucency Lower Translucency, and will be linearly interpolated at altitude values between Altitude Based Translucency Lower Altitude and Altitude Based Translucency Upper Altitude.
Read-write property
[Visual Basic .NET] |
---|
Public Property AltitudeBasedTranslucencyLowerAltitude() As Double |
[C#] |
---|
public double AltitudeBasedTranslucencyLowerAltitude {get; set;} |
[Managed C++] |
---|
public: __property double get_AltitudeBasedTranslucencyLowerAltitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_AltitudeBasedTranslucencyLowerAltitude( double * pRetVal ); public: HRESULT put_AltitudeBasedTranslucencyLowerAltitude( double AltitudeBasedTranslucencyLowerAltitude ); |
[Java] |
---|
public double getAltitudeBasedTranslucencyLowerAltitude(); public void setAltitudeBasedTranslucencyLowerAltitude( double ); |