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





Description

Gets or sets the lower altitude bound used to calculate translucency for the image when UseAltitudeBasedTranslucency is set to true. When the altitude of the viewer is at or below this value, the image will have the translucency specified by AltitudeBasedTranslucencyLowerTranslucency, and will be linearly interpolated at altitude values between AltitudeBasedTranslucencyLowerAltitude and AltitudeBasedTranslucencyUpperAltitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeBasedTranslucencyLowerAltitude() As Double

[C#]
public double AltitudeBasedTranslucencyLowerAltitude {get; set;}

[Managed C++]
public: __property double get_AltitudeBasedTranslucencyLowerAltitude();
public: __property void set_AltitudeBasedTranslucencyLowerAltitude(
double
);

[Unmanaged C++]
public: HRESULT get_AltitudeBasedTranslucencyLowerAltitude(
double * pRetVal
);
public: HRESULT put_AltitudeBasedTranslucencyLowerAltitude(
double NewAltitudeBasedTranslucencyLowerAltitude
);

[Java]
public double getAltitudeBasedTranslucencyLowerAltitude();public void setAltitudeBasedTranslucencyLowerAltitude(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1