Gets or sets the lower altitude bound used to calculate translucency for the image when UseAltitudeBasedTranslucency is set to true. When the altitude of the viewer is at or below this value, the image will have the translucency specified by AltitudeBasedTranslucencyLowerTranslucency, and will be linearly interpolated at altitude values between AltitudeBasedTranslucencyLowerAltitude and AltitudeBasedTranslucencyUpperAltitude.
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( |
[Java] |
---|
public double getAltitudeBasedTranslucencyLowerAltitude();public void setAltitudeBasedTranslucencyLowerAltitude( |