Assembly: Matrix;
The IAggrDestCell interface is used to work with a specific aggregated element.
IAggrDestCell
To get aggregated element, use the IAggregationInfoItem.Item property.
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. |
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: