Threshold: Double;
The Threshold property determines the value that is used to calculate aggregation threshold.
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.
The property use is given in the example for IMsDetermAggregationTransform.AggregationExpression.
See also: