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.
[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 ); |
[Unmanaged C++] |
---|
public: HRESULT OnInitialize( IUnknown * Scene, IAgStkGraphicsPluginCustomImageGlobeOverlayContext * Context ); |
[Java] |
---|
public void onInitialize( Object Scene, IAgStkGraphicsPluginCustomImageGlobeOverlayContext Context ); |
- Scene
- Context