CalculationTSettings, TResultsSetName Method TIBCO Spotfire 7.6 API Reference
Set the unique (within the CalculationCollection) name of this Calculation instance.

Namespace: Spotfire.Dxp.Application.Calculations
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public override string SetName(
	string suggestedName
)

Parameters

suggestedName
Type: SystemString
The name suggestion

Return Value

Type: String
If suggestedName is unique it is used and returned, otherwise it is first made unique by adding (2), (3) etc.
Remarks

Always use the returned value rather than the suggestedName to refer to the calculation
Version Information

Supported in: 6.0, 5.5, 5.0
See Also

Reference