Set the unique (within the CalculationCollection) name of
this Calculation instance.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public abstract 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
See Also