Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets the analysis document metadata.
Get the import context.
Creates the data writer given the typeId.
The type identifier for the registered data writer.
A data writer; returns null if no data writer was found.
Open the specified analysis or information link from the library.
Saves the currently loaded document to the library with the specified title in the specified folder.
The library folder in which to save the document.
The title of the library item that the document will be saved to.
The metadata to associate with the library item.
Controls some aspects of how the document is saved. For instance whether a configuration block is embedded.
Saves a copy of the currently loaded document to the library with the specified title in the specified folder.
The library folder in which to save the document.
The title of the library item that the document will be saved to.
The metadata to associate with the library item.
Controls some aspects of how the document is saved. For instance whether a configuration block is embedded.
Represents the currently running Spotfire instance. This object can therefore be used to control the running instance, for example open files or replace data.
If an analysis file (DXP file) has been opened in the application, an object representing that document is available through Spotfire.Dxp.Application.AnalysisApplication.Document.
Since
2.0