IMsPointwiseCollapseTransform.MethodType

Syntax

MethodType: MsCollapseType;

Description

The MethodType property determines the aggregation method to be applied to output variable.

Comments

By default aggregation is performed by summing values of original frequency, that is, MethodType = MsCollapseType.Total.

Example

The property use is given in the example for IMsPointwiseCollapseTransform.Input.

See also:

IMsPointwiseCollapseTransform