Threshold: Double;
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.
The property use is given in the example for IMsDetermAggregationTransform.AggregationExpression.
See also: