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(Application..::..onClosedCallback)
Event raised when the analysis has closed.
Public methodonClosed(onClosedCallback)
Event raised when the analysis has closed.
Public methodonError(Application..::..onErrorCallback)
Event raised when an error occurs in the analysis or API.
Public methodonError(onErrorCallback)
Event raised when an error occurrs in the analysis or API.
Public methodonOpened(Application..::..onOpenedCallback)
Event raised when the analysis has finished loading.
Public methodonOpened(onOpenedCallback)
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