| CustomImageGlobeOverlayShutDown Method  | 
 
Called automatically when imagery is being removed from the globe.
 
    Namespace: 
   AGI.Foundation.Graphics.Advanced
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic void ShutDown(
	Scene scene
)
Public Sub ShutDown ( 
	scene As Scene
)
public:
void ShutDown(
	Scene^ scene
)
member ShutDown : 
        scene : Scene -> unit 
Parameters
- scene
- Type: AGI.Foundation.GraphicsScene
 The Scene the imagery is being added to.
 See Also
See Also