DataFunctionExpressionFunctionCreateTERRExpressionFunction Method

TIBCO Spotfire 11.4 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: 51.0.16121.3915 (51.0.16121.3915)
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: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference