Assembly: Algo;
The IAlgorithmChangedPointResults interface is used to work with the collection of results of calculating calculation blocks, containing information about the number of changed cells in data consumer.
IAlgorithmChangedPointResults
Property name | Brief description | |
Count | The Count property returns the number of calculated calculation blocks. | |
Item | The Item property returns the calculation block execution result by index. |
Method name | Brief description | |
FindById | The FindById method searches for calculation block execution result in the collection by identifier. | |
FindByKey | The FindByKey method searches for calculation block execution result in the collection by key. |
See also: