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(
|
| [Managed C++] |
|---|
public: void OnInitialize(
|
| [Java] |
|---|
public onInitialize(
|
| [Unmanaged C++] |
|---|
public: HRESULT OnInitialize(
|
- Scene
- Context