IMsDetermAggregationTransform.Threshold

Syntax

Threshold: Double;

Description

The Threshold property determines the value used to calculate the threshold of aggregation. the value of this property must be in interval [0; 1].

On setting Threshold, value of the IMsDetermAggregationTransform.CompositionRelevanceExpression property must be determined. If the sum of aggregated values, divided by the sum of the IMsDetermAggregationTransform.CompositionRelevanceExpression values is less than the Threshold value, the aggregation is not calculated.

Example

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

See also:

IMsDetermAggregationTransform