AddIn RegisterCalculations Method TIBCO Spotfire 6.0 API Reference
Override this method to extend the application with new calculations. For each new calculation, it is registered with the AddIn CalculationRegistrar.

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

[ObsoleteAttribute("Use datafunctions instead")]
protected virtual void RegisterCalculations(
	AddIn..::..CalculationRegistrar registrar
)
See Also