CustomImageGlobeOverlayShuttingDown Method |
Called by the base class when imagery is being removed from the globe.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected virtual void ShuttingDown(
Scene scene
)
Protected Overridable Sub ShuttingDown (
scene As Scene
)
protected:
virtual void ShuttingDown(
Scene^ scene
)
abstract ShuttingDown :
scene : Scene -> unit
override ShuttingDown :
scene : Scene -> unit
Parameters
- scene
- Type: AGI.Foundation.GraphicsScene
The Scene the imagery is being added to.
See Also