IMsDetermAggregationTransform.WeightsExpr

Syntax

WeightsExpr: IExpression;

Description

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

Comments

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

Example

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

See also:

IMsDetermAggregationTransform