AGI STK Graphics 11 Send comments on this topic.
IAgStkGraphicsKmlGraphics Interface

Description

Provides loading and unloading of KmlDocuments for a particular CentralBody.

Object Model





Public Methods

Public Method LoadLoads a Kml Document from a string containing the document.
Public Method LoadAsyncLoads a Kml Document asynchronously from a string containing the document. The Document Loaded event is raised when the document is loaded.
Public Method LoadDocumentLoads a Kml Document from a Uri.
Public Method LoadDocumentAsyncLoads a Kml Document asynchronously from a Uri. The Document Loaded event is raised when the document is loaded.
Public Method LoadDocumentAsyncStringLoads a Kml Document asynchronously from a Uri. The Document Loaded event is raised when the document is loaded.
Public Method LoadDocumentStringLoads a Kml Document from a Uri.
Public Method UnloadUnloads 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.
Public Method UnloadAllUnloads 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.

Public Properties

Public Property DocumentsThe collection of KmlDocuments that are currently loaded.

CoClasses that Implement IAgStkGraphicsKmlGraphics

© 2018 Analytical Graphics, Inc. All Rights Reserved.