AnalysisApplicationComView Class TIBCO Spotfire 6.0 API Reference
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.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Application.Interop AnalysisApplicationComView

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

[ComVisibleAttribute(true)]
[GuidAttribute("8b9a5deb-deb8-11db-97f1-0011d8b1a5f4")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public abstract class AnalysisApplicationComView
See Also