IMsUserOptimizationCallback.OnAfterExecute

Syntax

OnAfterExecute(Calculation: IMsMethodCalculation; Coord: IMsFormulaTransformCoord; Problem: IMsUserOptimizationProblem);

Parameters

Calculation. Custom optimization problem calculation options

Coord. Parameters of the variable coordinate, by which calculation will be executed

Problem. Custom optimization problem.

Description

The OnAfterExecute method implements the event that occurs after custom optimization problem calculation.

Example

The method use is given in the example for IMsUserOptimizationCallback.OnExecute.

See also:

IMsUserOptimizationCallback