STK AgGraphicsPluginSend comments on this topic.
OnInitialize Method (IAgStkGraphicsPluginCustomImageGlobeOverlay)
See Also
Scene
Context
Windows





Windows & Linux

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

Parameters

Scene
Context

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.