Click or drag to resize

KmlGraphics.LoadDocumentAsync Method (String)

Loads a KmlDocument asynchronously from a Uri. The DocumentLoaded event is raised when the document is loaded.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public void LoadDocumentAsync(
	string kmlUri
)

Parameters

kmlUri
Type: System.String
The Uri of the document.
See Also