DataFunctionExpressionFunctionCollection TryGetValue Method TIBCO Spotfire 7.0 API Reference
Tries to get an expression function with the given name.

Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public bool TryGetValue(
	string name,
	out DataFunctionExpressionFunction value
)

Parameters

name
Type: System String
The name.
value
Type: Spotfire.Dxp.Data.DataFunctions DataFunctionExpressionFunction 
The value.

Return Value

Type: Boolean
True if the expression function was found; false otherwise.
Version Information

Supported in: 7.0, 6.5
See Also