AddIn Class TIBCO Spotfire 6.0 API Reference
Base class for TIBCO Spotfire AddIns. An AddIn is used to extend the application with new functionality.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Application.Extension AddIn

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

public abstract class AddIn : IAddIn
Remarks

Inherit from this class and override one or more of the Register methods to register extensions, for example a CustomTool TContext  or CustomDataSource.

An AddIn may not throw exceptions during its initialization. If it does, TIBCO Spotfire will crash at startup.

See Also