FittingModelOutputSetResult Method (IEnumerableString, ResultValue) TIBCO Spotfire 7.6 API Reference
Sets the result of this curve fit operation, containing the specified values, and with the specified warnings attached to each of them.

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

C#
public void SetResult(
	IEnumerable<string> warnings,
	params ResultValue[] values
)

Parameters

warnings
Type: System.Collections.GenericIEnumerableString
The warnings.
values
Type: Spotfire.Dxp.Application.Visuals.FittingModelsResultValue
The values.
Exceptions

ExceptionCondition
ArgumentException Thrown if any warning is empty.
ArgumentException Thrown if the result value count differs from the result variable count.
ArgumentException Thrown if any result value type differs from the corresponding result variable type.
ArgumentException Thrown if any result variable is already assigned.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference