Spotfire.Dxp.Application.Interop Namespace TIBCO Spotfire 7.6 API Reference
The Spotfire.Dxp.Application.Interop namespace contains classes used to integrate TIBCO Spotfire with COM applications.
Classes

  Class Description
Public class AnalysisApplicationComView
Base class for all COM-views of the AnalysisApplication. A client that is automating TIBCO Spotfire via COM can load an instance of its automation class, which must be derived from AnalysisApplicationComView in the LoadViews(ILoadViewsContext) callback.
Public class ComWrapper
Wraps a COM object and provides support for calling late-bound methods on that object.
Interfaces

  Interface Description
Public interface IAnalysisApplicationController
Allows the AnalysisApplication to be controlled via COM.
Public interface IAnalysisApplicationControllerCallback
The callbacks supported by the IAnalysisApplicationController.
Public interface IExitContext
The context argument for the Exited(IExitContext) callback.
Public interface ILoadViewsContext
The context argument for the LoadViews(ILoadViewsContext) callback.
Public interface IStartContext
The context argument for the Started(IStartContext) callback.
Delegates

  Delegate Description
Protected delegate AnalysisApplicationComViewApplicationInteractor
Type of a method that interacts with the AnalysisApplication without returning a result.
Protected delegate AnalysisApplicationComViewApplicationInteractorT
Type of a method that interacts with the AnalysisApplication and returns a result.