EaxMdService.updateFilterTransformation

Syntax

updateFilterTransformation(report: PP.Exp.EaxAnalyzer, transformation: Object, callback: PP.Delegate);

Parameters

report. Express report document.

transformation. Refreshed transformation.

callback. Callback function.

Description

The updateFilterTransformation method updates filter transformation of express report.

Example

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

See also:

EaxMdService