Click or drag to resize

KmlGraphics.Documents Property

The collection of KmlDocuments that are currently loaded.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ReadOnlyCollection<KmlDocument> Documents { get; }

Property Value

Type: ReadOnlyCollection<KmlDocument>
See Also