STK AgGraphicsPluginSend comments on this topic.
IsTranslucent Property (IAgStkGraphicsPluginCustomImageGlobeOverlayContext)
See Also
Windows





Windows & Linux

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 IsTranslucent
);
[Java]
public bool getIsTranslucent();
public void setIsTranslucent(
    bool
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.