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.CalculationsAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- id
- Type: Spotfire.Dxp.Application.Calculations CalculationResultsIdentifier
The id that was given to the resultcolumns when they were added to the ResultAccumulator in the CalculateCore(ResultAccumulator) implementation.
Return Value
Type: ColumnsCalculationResultThe ColumnsCalculationResult if one with the id id could be found, null otherwise.
Remarks
Version Information
See Also