CalculationTSettings, TResultsExecute Method (CalculationExecutionPromptMode) TIBCO Spotfire 7.6 API Reference
Execute the calculation. If the results exists they will updated - otherwise they will be created.

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

C#
public override bool Execute(
	CalculationExecutionPromptMode promptMode
)

Parameters

promptMode
Type: Spotfire.Dxp.DataCalculationExecutionPromptMode
Determines if the calculation tries to prompt the user for settings. For prompting to be successful a view needs to have been registered in the ViewRegistry together with the implementation of CalculationSettings. If CalculationExecutionPromptMode.Never is used the CalculationSettings needs to have been set up so that the calculation can run.

Return Value

Type: Boolean
True if the execution was successfully performed; otherwise false.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference