The Application type exposes the following members.

Constructors

  NameDescription
Public methodApplication
Initializes a new instance of class Application.

Methods

  NameDescription
Public methodclose
Closes the currently open document. The Application.onClosed event will be raised if no document is opened, or the closing failed.
Public methodonClosed
Event raised when the analysis has closed.
Public methodonError
Event raised when an error occurs in the analysis or API.
Public methodonOpened
Event raised when the analysis has finished loading.
Public methodopen
Open a given analysis. The Application.onOpened event will fire when the document is loaded. Note, only one document can be opened at a time by an application.

Properties

  NameDescription
Public propertyanalysisDocument
Reference to the Document object. This property will be null if the analysis is not loaded.

See Also