KmlDocumentLoadedEventArgs#

class ansys.stk.core.graphics.KmlDocumentLoadedEventArgs#

The event is raised when a KML document has been loaded.

Overview#

document

Get the KML document associated with the load event.

exception

Return an error message, if an error occurred while loading the KML; otherwise an empty string.

Import detail#

from ansys.stk.core.graphics import KmlDocumentLoadedEventArgs

Property detail#

property KmlDocumentLoadedEventArgs.document: KmlDocument#

Get the KML document associated with the load event.

property KmlDocumentLoadedEventArgs.exception: str#

Return an error message, if an error occurred while loading the KML; otherwise an empty string.