AnalysisApplication Class TIBCO Spotfire 6.0 API Reference
Represents the currently running TIBCO 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 Document.

Inheritance Hierarchy

System Object
  Spotfire.Dxp.Application AnalysisApplication

Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[ToolContextAttribute]
public abstract class AnalysisApplication : IAnalysisApplication, 
	IDisposable, IServiceProvider
Remarks

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.
See Also