DataFunctionExpressionFunctionCollection TryGetValue Method TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5
See Also