STK Graphics PrimitivesSend comments on this topic.
ShutDown Method (IAgStkGraphicsCustomImageGlobeOverlay)
See Also
Scene
Windows






Windows & Linux

Description

Called automatically when imagery is being removed from the globe.

Syntax

[Visual Basic .NET]
Public Sub ShutDown( _
    ByVal Scene As IAgStkGraphicsScene _
) As 
[C#]
public void ShutDown(
    IAgStkGraphicsScene Scene
);
[Managed C++]
public: void ShutDown(
    IAgStkGraphicsScene ^ Scene
);
[Java]
public void shutDown(
    IAgStkGraphicsScene Scene
);
[Unmanaged C++]
public: HRESULT ShutDown(
    IAgStkGraphicsScene * Scene
);

Parameters

Scene

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.