AGI STK Graphics Plugins 11 Send comments on this topic.
OnInitialize Method (IAgStkGraphicsPluginCustomImageGlobeOverlay)
See Also 
Scene
Context





Description

Called automatically when imagery is being added to the globe. Use the Context object to initialize the imagery extents, specify a Tiler object, projection, translucency, etc. The Scene is the scene the imagery is being added to.

Syntax

[Visual Basic .NET]
Public Sub OnInitialize( _
   ByVal Scene As Object, _
   ByVal Context As IAgStkGraphicsPluginCustomImageGlobeOverlayContext _
) 

[C#]
public void OnInitialize(
Object Scene,
IAgStkGraphicsPluginCustomImageGlobeOverlayContext Context
);

[Managed C++]
public: void OnInitialize(
IUnknown ^ Scene,
IAgStkGraphicsPluginCustomImageGlobeOverlayContext ^ Context
);

[Java]
public  onInitialize(
Object Scene,
IAgStkGraphicsPluginCustomImageGlobeOverlayContext Context
);

[Unmanaged C++]
public: HRESULT OnInitialize(
IUnknown * Scene,
IAgStkGraphicsPluginCustomImageGlobeOverlayContext * Context
);

Parameters

Scene
Context

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1