Spotfire.Dxp.Application.Interop Namespace

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

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

  InterfaceDescription
Public interfaceIAnalysisApplicationController
Allows the AnalysisApplication to be controlled via COM.
Public interfaceIAnalysisApplicationControllerCallback
The callbacks supported by the IAnalysisApplicationController.
Public interfaceIExitContext
The context argument for the Exited(IExitContext) callback.
Public interfaceILoadViewsContext
The context argument for the LoadViews(ILoadViewsContext) callback.
Public interfaceIStartContext
The context argument for the Started(IStartContext) callback.
Delegates

  DelegateDescription
Protected delegateAnalysisApplicationComViewApplicationInteractor
Type of a method that interacts with the AnalysisApplication without returning a result.
Protected delegateAnalysisApplicationComViewApplicationInteractorT
Type of a method that interacts with the AnalysisApplication and returns a result.