Provides loading and unloading of KmlDocuments for a particular CentralBody.
  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 KmlDocuments 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 KmlDocuments that are currently loaded. | 
| Implemented Interface | 
|---|
| IAgStkGraphicsKmlGraphicsEvents | 





