Loads a Kml Document asynchronously from a Uri. The Document Loaded event is raised when the document is loaded.
| [Visual Basic .NET] |
|---|
Public Sub LoadDocumentAsyncString( _ ByVal KmlUri As String _ ) |
| [C#] |
|---|
public void LoadDocumentAsyncString( |
| [Managed C++] |
|---|
public: void LoadDocumentAsyncString( |
| [Java] |
|---|
public loadDocumentAsyncString( |
| [Unmanaged C++] |
|---|
public: HRESULT LoadDocumentAsyncString( |
- KmlUri
- The Uri of the document.
