IMsProblemDetailsArray.AddDetails

Fore Syntax

AddDetails(Value: IMsProblemDetails; Slice: IMsFormulaTransformSlice): Integer;

Fore.NET Syntax

AddDetails(Value: Prognoz.Platform.Interop.Ms.IMsProblemDetails;
           Slice: Prognoz.Platform.Interop.Ms.IMsFormulaTransformSlice): integer;

Parameters

Value. Problem parameters added to the collection.

Slice. The slice for which parameters are added.

Description

The AddDetails method adds the specified parameters to the collection.

Comments

After executing the example the method returns index of added parameters.

Fore and Fore.NET Examples

The method use is given in the example for IMsOptimizationProblem.CriterionFunction.

See also:

IMsProblemDetailsArray