AddInRegisterCalculations Method TIBCO Spotfire 7.6 API Reference

Note: This API is now obsolete.

Override this method to extend the application with new calculations. For each new calculation, it is registered with the AddInCalculationRegistrar.

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

C#
[ObsoleteAttribute("Use datafunctions instead")]
protected virtual void RegisterCalculations(
	AddInCalculationRegistrar registrar
)

Parameters

registrar
Type: Spotfire.Dxp.Application.ExtensionAddInCalculationRegistrar
Object responsible for registering new calculation.
Version Information

Supported in: 5.5, 5.0
Obsolete (compiler warning) in 7.6
Obsolete (compiler warning) in 7.5
Obsolete (compiler warning) in 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
See Also

Reference