FittingModelConfigurator RegisterResultVariable Method TIBCO Spotfire 6.0 API Reference
Registers a new result variable with the fitting model.

Namespace: Spotfire.Dxp.Application.Visuals.FittingModels
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void RegisterResultVariable(
	string name,
	string description
)

Parameters

name
Type: System String
The name.
description
Type: System String
The description.
Exceptions

ExceptionCondition
System ArgumentException Thrown if the name is empty.
System ArgumentNullException Thrown if the name is null.
System ArgumentNullException Thrown if the description is null.
See Also