CalculationCollection FindCalculations Method (TypeIdentifier) TIBCO Spotfire 6.0 API Reference
Finds all Calculations with TypeIdentifiertypeId.

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 IEnumerable<Calculation> FindCalculations(
	TypeIdentifier typeId
)

Return Value

Type: IEnumerable Calculation 
All Calculations with TypeIdentifiertypeId
Exceptions

ExceptionCondition
System ArgumentNullExceptionIf typeId is null.
See Also