Click or drag to resize

KmlGraphicsLoadDocumentAsync Method (Uri)

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.1.418.0 (24.1.418.0)
Syntax
public void LoadDocumentAsync(
	Uri kmlUri
)

Parameters

kmlUri
Type: SystemUri
The Uri of the document.
See Also