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: 71.0.22122.5390 (71.0.22122.5390)
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
| Exception | Condition |
|---|---|
| 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
See Also