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