Use this to create a CalculationResultsIdentifier.
Namespace: Spotfire.Dxp.Application.Calculations
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
protected static CalculationResultsIdentifier CreateIdentifier( string identifier )
Parameters
- identifier
- Type: SystemString
An identifierstring unique within this CalculationResultsCalculationResultsIdentifiers
Return Value
Type: CalculationResultsIdentifierThe created CalculationResultsIdentifier
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If identifier is null. |
| ArgumentException | If identifier is the empty string. |
Remarks
Version Information
See Also