Assembly: Modeller;
Namespace: Prognoz.Platform.Interop.Modeller;
The IEmHistory interface is used to work with the express modeling methods calculations history.
IEmHistory
The IExpressModeller.History property returns calculations history.
| Property name | Brief description | |
| ActiveItem | The ActiveItem property returns current record index to the calculation histories. | |
| Count | The Count property returns the number of records in the calculations histories. | |
| Item | The Item property returns specified record from the calculations history. |
| Method name | Brief description | |
| Clear | The Clear method clears the calculation history. | |
| Redo | The Redo method performs transition to the next record in the report history. | |
| Undo | The Undo method performs transition to the previous record in the calculation history. |
See also: