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.2.419.0 (24.2.419.0)
Syntax public KmlDocument Document { get; }
Public ReadOnly Property Document As KmlDocument
Get
public:
property KmlDocument^ Document {
KmlDocument^ get ();
}
member Document : KmlDocument with get
Property Value
Type:
KmlDocumentSee Also