Click or drag to resize

KmlGraphicsLoad Method

Loads a KmlDocument from a string containing the document.

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 Load(
	string kmlDocument
)

Parameters

kmlDocument
Type: SystemString
A string containing the document.

Return Value

Type: KmlDocument
The KmlDocument.
See Also