OnAfterExecute(Calculation: IMsMethodCalculation; Coord: IMsFormulaTransformCoord; Problem: IMsUserOptimizationProblem);
Calculation. Custom optimization problem calculation options
Coord. Parameters of the variable coordinate, by which calculation will be executed
Problem. Custom optimization problem.
The OnAfterExecute method implements the event that occurs after custom optimization problem calculation.
The method use is given in the example for IMsUserOptimizationCallback.OnExecute.
See also: