Click or drag to resize

KmlGraphicsLoadAsync Method

Loads a KmlDocument asynchronously from a string containing the document. 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 LoadAsync(
	string kmlDocument
)

Parameters

kmlDocument
Type: SystemString
A string containing the document.
See Also