AGI STK Graphics 11Send comments on this topic.
AltitudeBasedTranslucencyUpperAltitude Property (IAgStkGraphicsGlobeImageOverlay)
See Also
Windows






Windows & Linux

Description

Gets or sets the upper altitude bound used to calculate translucency for the image when Use Altitude Based Translucency is set to true. When the altitude of the viewer is at or above this value, the image will have the translucency specified by Altitude Based Translucency Upper Translucency, and will be linearly interpolated at altitude values between Altitude Based Translucency Upper Altitude and Altitude Based Translucency Lower Altitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeBasedTranslucencyUpperAltitude() As Double
[C#]
public double AltitudeBasedTranslucencyUpperAltitude {get; set;}
[Managed C++]
public: __property double get_AltitudeBasedTranslucencyUpperAltitude();
public: __property void set_AltitudeBasedTranslucencyUpperAltitude( double );
[Unmanaged C++]
public: HRESULT get_AltitudeBasedTranslucencyUpperAltitude(
    double * pRetVal
);
public: HRESULT put_AltitudeBasedTranslucencyUpperAltitude(
    double AltitudeBasedTranslucencyUpperAltitude
);
[Java]
public double getAltitudeBasedTranslucencyUpperAltitude();
public void setAltitudeBasedTranslucencyUpperAltitude(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.