IMsDetermAggregationTransform.Threshold

Syntax

Threshold: Double;

Description

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

When Threshold is set, the 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