Provides loading and unloading of kml documents for a particular central body.
![]() | Loads a kml document from a string containing the document. |
![]() | Loads a kml document asynchronously from a string containing the document. The document loaded event is raised when the document is loaded. |
![]() | Loads a kml document from a uri. |
![]() | Loads a kml document asynchronously from a uri. The document loaded event is raised when the document is loaded. |
![]() | Loads a kml document asynchronously from a Uri. The document loaded event is raised when the document is loaded. |
![]() | Loads a kml document from a Uri. |
![]() | 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. |
![]() | 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. |
![]() | The collection of kml documents that are currently loaded. |
Implemented Interface |
---|
IAgStkGraphicsKmlGraphicsEvents |