Click or drag to resize

KmlGraphicsUnload Method

Unloads a KmlDocument. All associated visual features will be removed from the Scene. Once a KmlDocument is unloaded, it is no longer valid and will throw when accessing properties or methods.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Unload(
	KmlDocument kmlDocument
)

Parameters

kmlDocument
Type: AGI.Foundation.GraphicsKmlDocument
The KmlDocument to be unloaded.
See Also