CalculationCollection TryGetCalculation Method TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also