AGI STK Graphics 11 Send comments on this topic.
IAgStkGraphicsKmlGraphics Interface Members
See Also  Overview 

Public Methods

Public Method Load Loads a Kml Document from a string containing the document.
Public Method LoadAsync Loads a Kml Document asynchronously from a string containing the document. The Document Loaded event is raised when the document is loaded.
Public Method LoadDocument Loads a Kml Document from a Uri.
Public Method LoadDocumentAsync Loads a Kml Document asynchronously from a Uri. The Document Loaded event is raised when the document is loaded.
Public Method LoadDocumentAsyncString Loads a Kml Document asynchronously from a Uri. The Document Loaded event is raised when the document is loaded.
Public Method LoadDocumentString Loads a Kml Document from a Uri.
Public Method 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.
Public Method 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.

Public Properties

Public Property Documents The collection of KmlDocuments that are currently loaded.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface