AGI STK Graphics Plugins 11 Send comments on this topic.
AltitudeBasedTranslucencyUpperTranslucency Property (IAgStkGraphicsPluginCustomImageGlobeOverlayContext)
See Also 
Windows






Windows & Linux

Description

Gets the upper translucency value for the image.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeBasedTranslucencyUpperTranslucency() As Single

[C#]
public float AltitudeBasedTranslucencyUpperTranslucency {get; set;}

[Managed C++]
public: __property float get_AltitudeBasedTranslucencyUpperTranslucency();
public: __property void set_AltitudeBasedTranslucencyUpperTranslucency(
float
);

[Unmanaged C++]
public: HRESULT get_AltitudeBasedTranslucencyUpperTranslucency(
float * pRetVal
);
public: HRESULT put_AltitudeBasedTranslucencyUpperTranslucency(
float NewAltitudeBasedTranslucencyUpperTranslucency
);

[Java]
public float getAltitudeBasedTranslucencyUpperTranslucency();public void setAltitudeBasedTranslucencyUpperTranslucency(
float
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface