EaxMdService.setTransformationPos

Syntax

setTransformationPos(report: PP.Exp.EaxAnalyzer, tKey: Number, tPos: Number, calculationMode : PP.Exp.TransfCalculationMode, callback: PP.Delegate, ext: Object);

Parameters

report. Express report document.

tKey. Transformation key.

tPos. New transformation position.

calculationMode. Calculation position relative to totals calculation and aggregation. Optional parameter.

callback. Callback function. Optional parameter.

ext. Additional information to the Optional Parameter query.

Description

The setTransformationPos method sets transformation to a new position in the collection.

Example

The example of method use is given in description of the EaxMdService.Transformation property.

See also:

EaxMdService