| CustomImageGlobeOverlayStartingUp Method  | 
 
Called by the base class when imagery is being added to 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
Syntaxprotected virtual void StartingUp(
	Scene scene
)
Protected Overridable Sub StartingUp ( 
	scene As Scene
)
protected:
virtual void StartingUp(
	Scene^ scene
)
abstract StartingUp : 
        scene : Scene -> unit 
override StartingUp : 
        scene : Scene -> unit Parameters
- scene
- Type: AGI.Foundation.GraphicsScene
 The Scene the imagery is being added to.
 See Also
See Also