Loads a Kml Document asynchronously from a string containing the document. The Document Loaded event is raised when the document is loaded.
| [Visual Basic .NET] |
|---|
Public Sub LoadAsync( _ ByVal KmlDocument As String _ ) |
| [C#] |
|---|
public void LoadAsync( |
| [Managed C++] |
|---|
public: void LoadAsync( |
| [Java] |
|---|
public loadAsync( |
| [Unmanaged C++] |
|---|
public: HRESULT LoadAsync( |
- KmlDocument
- A string containing the document.
