IMsDetermAggregationTransform.Threshold

Syntax

Threshold: Double;

Description

The Threshold property determines the value that is used to calculate aggregation threshold.

Comments

The value of this property must be in the range [0; 1].

When the property is set, the value of the IMsDetermAggregationTransform.CompositionRelevanceExpression property should be determined. If the sum of aggregated values, divided by the sum of the IMsDetermAggregationTransform.CompositionRelevanceExpression values is less than the Threshold value, aggregation is not calculated.

Example

The property use is given in the example for IMsDetermAggregationTransform.AggregationExpression.

See also:

IMsDetermAggregationTransform