Write-only
About Mixer/Converter Settings

ReCalculate Method


Description

Repeats the last calculation that was performed, including all ON (state) segments in segment table.

 VB Syntax

conv.ReCalculate( )

Variable

(Type) - Description

conv

A Converter Object

Return Type

Not Applicable

Default

Not Applicable

Examples

mxr.ReCalculate()

See example program

C++ Syntax

HRESULT ReCalculate()

Interface

IConverter5