Click or drag to resize

KmlGraphicsLoadDocument Method (String)

Loads a KmlDocument from a Uri.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public KmlDocument LoadDocument(
	string kmlUri
)

Parameters

kmlUri
Type: SystemString
The Uri of the document.

Return Value

Type: KmlDocument
The KmlDocument.
See Also