Gets or sets the upper translucency value for
the image when
UseAltitudeBasedTranslucency is set to true. When the altitude
of the viewer is at or above
AltitudeBasedTranslucencyUpperAltitude, the image will have the
translucency specified by this property, and will be linearly
interpolated at altitude values between
AltitudeBasedTranslucencyUpperAltitude and
AltitudeBasedTranslucencyLowerAltitude.
Read-write property
[Visual Basic .NET] |
---|
Public Property AltitudeBasedTranslucencyUpperTranslucency() As Single
|
[C#] |
---|
public float AltitudeBasedTranslucencyUpperTranslucency {get; set;}
|
[Managed C++] |
---|
public: __property float get_AltitudeBasedTranslucencyUpperTranslucency();
|
[Unmanaged C++] |
---|
public: HRESULT get_AltitudeBasedTranslucencyUpperTranslucency(
|
[Java] |
---|
public float getAltitudeBasedTranslucencyUpperTranslucency();public void setAltitudeBasedTranslucencyUpperTranslucency(
|