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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1