Description
Gets the lower translucency value for the
image.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property AltitudeBasedTranslucencyLowerTranslucency() As Single
|
| [C#] |
public float AltitudeBasedTranslucencyLowerTranslucency {get; set;}
|
| [Managed C++] |
public: __property float get_AltitudeBasedTranslucencyLowerTranslucency();
public: __property void set_AltitudeBasedTranslucencyLowerTranslucency(
float
);
|
| [Unmanaged C++] |
public: HRESULT get_AltitudeBasedTranslucencyLowerTranslucency(
float * pRetVal
);
public: HRESULT put_AltitudeBasedTranslucencyLowerTranslucency(
float NewAltitudeBasedTranslucencyLowerTranslucency
);
|
| [Java] |
public float getAltitudeBasedTranslucencyLowerTranslucency();public void setAltitudeBasedTranslucencyLowerTranslucency(
float
);
|
See Also