IMatrixWithAggregationInfo

Assembly: Matrix;

Description

The IMatrixWithAggregationInfo interface is used to work with aggregated data.

Inheritance Hierarchy

          IAggregationInfo

          IMatrixWithAggregationInfo

Comments

To calculate aggregated data, use the IBasicMatrixAggregator.ExecuteWithAggregationInfo method.

Properties

  Property name Brief description
Matrix The Matrix property returns the matrix with aggregated data.

Properties inherited from IAggregationInfo

  Property name Brief description
Item The Item property returns aggregation information.

Methods inherited from IAggregationInfo

  Method name Brief description
Next The Next method moves to the next aggregation.

See also:

Matrix Assembly Interfaces