STK AgGraphicsPluginSend comments on this topic.
OnUninitialize Method (IAgStkGraphicsPluginCustomImageGlobeOverlay)
See Also
Scene
Context
Windows





Windows & Linux

Description

Called automatically when imagery is being removed from the globe. The Scene is the scene the imagery is being removed from.

Syntax

[Visual Basic .NET]
Public Sub OnUninitialize( _
    ByVal Scene As Object, _
    ByVal Context As IAgStkGraphicsPluginCustomImageGlobeOverlayContext _
)
[C#]
public void OnUninitialize(
    Object Scene,
    IAgStkGraphicsPluginCustomImageGlobeOverlayContext Context
);
[Managed C++]
public: void OnUninitialize(
    IUnknown ^ Scene,
    IAgStkGraphicsPluginCustomImageGlobeOverlayContext ^ Context
);
[Unmanaged C++]
public: HRESULT OnUninitialize(
    IUnknown * Scene,
    IAgStkGraphicsPluginCustomImageGlobeOverlayContext * Context
);
[Java]
public void onUninitialize(
    Object Scene,
    IAgStkGraphicsPluginCustomImageGlobeOverlayContext Context
);

Parameters

Scene
Context

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.