CalculationResultsGetColumnsResult Method TIBCO Spotfire 7.6 API Reference
Gets the ColumnsCalculationResult for a specific CalculationResultsIdentifier. This class may then be used to get the DataColumn objects that were the result.

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#
protected ColumnsCalculationResult GetColumnsResult(
	CalculationResultsIdentifier id
)

Parameters

id
Type: Spotfire.Dxp.Application.CalculationsCalculationResultsIdentifier
The id that was given to the resultcolumns when they were added to the ResultAccumulator in the CalculateCore(ResultAccumulator) implementation.

Return Value

Type: ColumnsCalculationResult
The ColumnsCalculationResult if one with the id id could be found, null otherwise.
Remarks

Aside from the obvious case of calling this method before the calculation has been run the result might be null for example if the calculation creates two tables, the user deletes one of them and this method is called to get the deleted table. So always assume the result of this call can be null due to events outside the callers direct control.
Version Information

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

Reference