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: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public override string SetName( string suggestedName )
Parameters
- suggestedName
- Type: SystemString
The name suggestion
Return Value
Type: StringIf suggestedName is unique it is used and returned, otherwise it is first made unique by adding (2), (3) etc.
Remarks
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also