KmlGraphics.Unload 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic void Unload(
KmlDocument kmlDocument
)
Public Sub Unload (
kmlDocument As KmlDocument
)
public:
void Unload(
KmlDocument^ kmlDocument
)
member Unload :
kmlDocument : KmlDocument -> unit
Parameters
- kmlDocument
- Type: AGI.Foundation.Graphics.KmlDocument
The KmlDocument to be unloaded.
See Also