CustomImageGlobeOverlayStartUp Method |
Called automatically when imagery is being added to 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 public void StartUp(
Scene scene
)
Public Sub StartUp (
scene As Scene
)
public:
void StartUp(
Scene^ scene
)
member StartUp :
scene : Scene -> unit
Parameters
- scene
- Type: AGI.Foundation.GraphicsScene
The Scene the imagery is being added to.
See Also