IMsProblemDetailsArray.AddDetails

Syntax

AddDetails(Value: IMsProblemDetails; Slice: 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.

Example

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

See also:

IMsProblemDetailsArray