AGI STK Graphics 11Send comments on this topic.
LoadDocumentAsync Method (IAgStkGraphicsKmlGraphics)
See Also 
KmlUri
The Uri of the document.
Windows






Windows & Linux

Description

Loads a Kml Document asynchronously from a Uri. The Document Loaded event is raised when the document is loaded.

Syntax

[Visual Basic .NET]
Public Sub LoadDocumentAsync( _
   ByVal KmlUri As String _
) 
[C#]
public void LoadDocumentAsync(
   string KmlUri
);
[Managed C++]
public: void LoadDocumentAsync(
   String __gc ^ KmlUri
);
[Java]
public  loadDocumentAsync(
   String KmlUri
);
[Unmanaged C++]
public: HRESULT LoadDocumentAsync(
   BSTR KmlUri
);

Parameters

KmlUri
The Uri of the document.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.