OnBeforeExecute(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 OnBeforeExecute method implements the event that occurs before custom optimization problem calculation.
The method use is given in the example for IMsUserOptimizationCallback.OnExecute.
See also: