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





Description

Gets whether the overlay contains translucent imagery.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsTranslucent() As Boolean

[C#]
public bool IsTranslucent {get; set;}

[Managed C++]
public: __property bool get_IsTranslucent();
public: __property void set_IsTranslucent(
bool
);

[Unmanaged C++]
public: HRESULT get_IsTranslucent(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsTranslucent(
VARIANT_BOOL NewIsTranslucent
);

[Java]
public bool getIsTranslucent();public void setIsTranslucent(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1