Fired after opening map.
| [Visual Basic .NET] |
|---|
Public Event OnMapDocumentOpened( _
ByVal Renderer As AgEsri3dRenderer, _
ByVal Context As IAgEsri3dRendererContext _
)
|
| [C#] |
|---|
public void OnMapDocumentOpened(
|
| [Managed C++] |
|---|
public: void OnMapDocumentOpened(
|
| [Java] |
|---|
public onMapDocumentOpened(
|
| [Unmanaged C++] |
|---|
public: HRESULT OnMapDocumentOpened(
|
- Renderer
- The source of the event.
- Context
- The new context in which the map document has been opened.
This event is called when the map document has been successfully opened.
Opening a map document is an asynchronous operation. The call to OpenMapDocument returns immediately, and the result of the operation is returned subsequently through the OnMapDocumentOpened and OnMapDocumentOpenFailed events.