EaxMdService.setTransformationState

Syntax

setTransformationState(report: PP.Exp.EaxAnalyzer, type: PP.Exp.TransfType, state: PP.Exp.TransfState, dimKey: Number, dimElKey: Number, callback: PP.Delegate);

Parameters

report. Express report document.

type. Transformation collection type.

state. Set collection state.

dimKey. Key of the dimension.

dimElKey. Dimension element key.

callback. Callback function.

Description

The setTransformationState method sets states of transformation collection specified for a dimension item.

Example

The example of use is given on the page with description of the EaxMdService.Transformation property.

See also:

EaxMdService