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( string KmlDocument ); |
[Managed C++] |
---|
public: void LoadAsync( String __gc ^ KmlDocument ); |
[Unmanaged C++] |
---|
public: HRESULT LoadAsync( BSTR KmlDocument ); |
[Java] |
---|
public void loadAsync( String KmlDocument ); |
[Python - STK API ] |
---|
def LoadAsync(self, KmlDocument:str) -> None: |
- KmlDocument
- A string containing the document.