CalculationSettingsCalculationDependencyIdentifiersCreateIdentifier Method TIBCO Spotfire 7.11 API Reference
Use this to create a new CalculationDependencyIdentifier

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

C#
protected static CalculationDependencyIdentifier CreateIdentifier(
	string identifier
)

Parameters

identifier
Type: SystemString
An identifier string unique within the CalculationSettingsCalculationDependencyIdentifiers implementation.

Return Value

Type: CalculationDependencyIdentifier
The newly created identifier.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf identifier is null
ArgumentExceptionIf identifier is the empty string.
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.11, 7.10, 7.0
See Also

Reference