Assembly: Algo;
The IAlgorithmBaseExecutor interface is a basic interface for algorithm calculation.
IAlgorithmBaseExecutor
To get basic settings used in calculation, cast the algorithm described by the ICalcAlgorithm interface to the IAlgorithmBaseExecutor interface.
The interface is a basic one for the IAlgorithmCalculationExecutor interface.
| Property name | Brief description | |
![]() |
ErrorState | The ErrorState property determines a method for handling errors that may occur on algorithm calculation. |
![]() |
MsProblem | The MsProblem property returns the modeling problem used in algorithm calculation. |
![]() |
ParamValues | The ParamValues property returns settings of algorithm calculation periods start and end and the collection of calculation algorithm parameters. |
See also: