AGI STK Graphics 11 Send comments on this topic.
StartUp Method (IAgStkGraphicsCustomImageGlobeOverlay)
See Also 
Scene
Windows






Windows & Linux

Description

Called automatically when imagery is being added to the globe.

Syntax

[Visual Basic .NET]
Public Sub StartUp( _
   ByVal Scene As IAgStkGraphicsScene _
) 

[C#]
public void StartUp(
IAgStkGraphicsScene Scene
);

[Managed C++]
public: void StartUp(
IAgStkGraphicsScene ^ Scene
);

[Java]
public  startUp(
IAgStkGraphicsScene Scene
);

[Unmanaged C++]
public: HRESULT StartUp(
IAgStkGraphicsScene * Scene
);

Parameters

Scene

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface