IBasicMatrixAggregator.UseSelection

Syntax

UseSelection: Boolean;

Description

The UseSelection property determines whether data of selected elements is used during aggregation.

Comments

If the property is set to True, only values of selected elements are used during aggregation, otherwise, values of all elements of the specified levels are used. The property is set to False by default.

Example

The example of use is given in description of the DefaultLevelAggregation property.

See also:

IBasicMatrixAggregator