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 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.

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 NewAltitudeBasedTranslucencyUpperAltitude
);
[Java]
public double getAltitudeBasedTranslucencyUpperAltitude();public void setAltitudeBasedTranslucencyUpperAltitude(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.