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 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.

CoClasses that Implement IAgStkGraphicsKmlGraphics

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1