Click or drag to resize

KmlDocumentLoadedEventArgsDocument Property

Gets the KML document associated with the load event. Throws Exception if the document failed to load.

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 Document { get; }

Property Value

Type: KmlDocument
See Also