Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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.
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.
Gets an instance of the requested service type.
Generic type argument
Saves the current loaded document to its last save location. This is not possible if the loaded document was not an analysis file loaded from a file path or from the library.
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.
Remark
New objects of this type cannot be created. Also, the one and only instance of this class is available throughout the entire lifetime of the running instance of the application as a service.
Since
2.0