Loads a Kml Document asynchronously from a Uri. The Document Loaded event is raised when the document is loaded.
[Visual Basic .NET] |
---|
Public Sub LoadDocumentAsync( _ ByVal KmlUri As String _ ) |
[C#] |
---|
public void LoadDocumentAsync( string KmlUri ); |
[Managed C++] |
---|
public: void LoadDocumentAsync( String __gc ^ KmlUri ); |
[Unmanaged C++] |
---|
public: HRESULT LoadDocumentAsync( BSTR KmlUri ); |
[Java] |
---|
public void loadDocumentAsync( String KmlUri ); |
[Python - STK API ] |
---|
def LoadDocumentAsync(self, KmlUri:str) -> None: |
- KmlUri
- The Uri of the document.