Provides loading and unloading of kml documents for a particular central body.
Load | Loads a kml document from a string containing the document. |
LoadAsync | Loads a kml document asynchronously from a string containing the document. The document loaded event is raised when the document is loaded. |
LoadDocument | Loads a kml document from a uri. |
LoadDocumentAsync | Loads a kml document asynchronously from a uri. The document loaded event is raised when the document is loaded. |
LoadDocumentAsyncString | Loads a kml document asynchronously from a Uri. The document loaded event is raised when the document is loaded. |
LoadDocumentString | Loads a kml document from a Uri. |
Unload | Unloads a kml document. 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. |
UnloadAll | Unloads all kml documents associated with this central body. 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. |
Documents | The collection of kml documents that are currently loaded. |
| Implemented Interface |
|---|
| IAgStkGraphicsKmlGraphicsEvents |





