WeightsExpression: IExpression;
WeightsExpression: Prognoz.Platform.Interop.ForeSystem.IExpression;
The WeightsExpression property determines the expression that is used to calculate aggregation weights.
The WeightsExpression value is taken into account if weighted aggregation method (for example, weighted sum) is selected.
The collection of the elements, which can be used in the expression, is returned by the IMsCrossDimensionAggregationTransform.WeightsOperands property.
The property use is given in the example for IMsCrossDimensionAggregationTransform.AppliesToExpression.
See also: