Calculate([Objs: ICalcObjectsList = Null]): IAlgorithmCalculationResult;
Objs. List of calculation algorithm objects.
The Calculate method calculates algorithm.
The calculation takes into account parameter values specified in the ICalcAlgorithm.ParamValues property. If the Objs parameter is not specified, all calculation algorithm objects are calculated.
The method use is given in the example for IAlgorithmTimeResult.ExecuteMilisecods.
See also: