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






Windows & Linux

Description

Gets or sets the translucency value for the image. The translucency is between 0 and 1, where 0 is fully opaque and 1 is invisible.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property float get_Translucency();
public: __property void set_Translucency(
float
);

[Unmanaged C++]
public: HRESULT get_Translucency(
float * pRetVal
);
public: HRESULT put_Translucency(
float NewTranslucency
);

[Java]
public float getTranslucency();public void setTranslucency(
float
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface