CalculationCollection TryGetCalculation Method TIBCO Spotfire 6.5 API Reference
Tries to get a Calculation instance by name.

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

public bool TryGetCalculation(
	string calculationName,
	out Calculation calculation
)

Parameters

calculationName
Type: System String
The name of the calculation.
calculation
Type: Spotfire.Dxp.Data Calculation 
The Calculation to fill in.

Return Value

Type: Boolean
True if a calculation with calculationName was found, false otherwise.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also