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