IAggrDestCell

Assembly: Matrix;

Description

The IAggrDestCell interface is used to work with a specific aggregated element.

Inheritance Hierarchy

          IAggrSourceCell

          IAggrDestCell

Comments

To get aggregated element, use the IAggregationInfoItem.Item property.

Properties

  Property name Brief description
Count The Count property returns the number of source elements used in aggregated element calculation.
Item The Item property returns the source element used in aggregated element calculation.
Operation The Operation property returns the method for calculating basic aggregation mechanism used in aggregated element calculation.

Properties inherited from IAggrSourceCell

  Property name Brief description
Coord The Coord property returns source element coordinate.
SourceMatrixValue

The SourceMatrixValue property returns whether element value is obtained.

Value The Value property returns source element value.
ValueOrigin The ValueOrigin property returns source element value source.

See also:

Matrix Assembly Interfaces