IAlgorithmChangedPointResults

Assembly: Algo;

Description

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.

Inheritance Hierarchy

          IAlgorithmChangedPointResults

Properties

  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.

Methods

  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:

Algo Assembly Interfaces