DataFunctionExpressionFunctionCreateTERRExpressionFunction Method TIBCO Spotfire 7.6 API Reference
Creates an expression function that will be executed using TERR when used in an expression.

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

C#
public static DataFunctionExpressionFunction CreateTERRExpressionFunction(
	string script,
	string name,
	string description,
	string section,
	DataType returnType
)

Parameters

script
Type: SystemString
The script.
name
Type: SystemString
The name of the method.
description
Type: SystemString
The description.
section
Type: SystemString
The method section.
returnType
Type: Spotfire.Dxp.DataDataType
The data type of the column returned from the TERR script.

Return Value

Type: DataFunctionExpressionFunction
The data function expression function.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5
See Also

Reference