CustomAggregationMethod Constructor (String, String, DataType, String, String, String) TIBCO Spotfire 7.0 API Reference
Create a new aggregation method.

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

protected CustomAggregationMethod(
	string name,
	string methodNamespace,
	DataType resultType,
	string displayName,
	string description,
	string section
)

Parameters

name
Type: System String
The name of the method.
methodNamespace
Type: System String
The namespace for the method.
resultType
Type: Spotfire.Dxp.Data DataType
The result data type of this method.
displayName
Type: System String
The display name.
description
Type: System String
The description.
section
Type: System String
The section.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also