The Application type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Application | Initializes a new instance of class Application. |
Methods
| Name | Description | |
|---|---|---|
| close | Closes the currently open document. The Application.onClosed
event will be raised if no document is opened, or the closing failed. | |
| onClosed(Application..::..onClosedCallback) | Event raised when the analysis has closed. | |
| onClosed(onClosedCallback) |
Event raised when the analysis has closed.
| |
| onError(Application..::..onErrorCallback) | Event raised when an error occurs in the analysis or API. | |
| onError(onErrorCallback) |
Event raised when an error occurrs in the analysis or API.
| |
| onOpened(Application..::..onOpenedCallback) | Event raised when the analysis has finished loading. | |
| onOpened(onOpenedCallback) |
Event raised when the analysis has finished loading.
| |
| open | 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
| Name | Description | |
|---|---|---|
| analysisDocument | Reference to the Document object. This property will
be null if the analysis is not loaded. |