Click or drag to resize

KmlDocumentLoadedEventArgs.Document 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: 25.1.421.0 (25.1.421.0)
Syntax
public KmlDocument Document { get; }

Property Value

Type: KmlDocument
See Also