IMsDetermAggregationTransform.WeightsExpr

Fore Syntax

WeightsExpr: IExpression;

Fore.NET Syntax

WeightsExpr: Prognoz.Platform.Interop.ForeSystem.IExpression;

Description

The WeightsExpr property returns an expression used to set the weights in the calculation of aggregation.

Comments

To determine aggregation expression, use the IMsDetermAggregationTransform.AggregationExpr property.

Fore and Fore.NET Examples

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

See also:

IMsDetermAggregationTransform