IMsDetermAggregationTransform.WeightsExpr

Fore Syntax

WeightsExpr: IExpression;

Fore.NET Syntax

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

Description

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

Comments

To set 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