Read/Write
 

LoadCharFromFile Property


Description

Sets and returns whether a Mixer characterization file is to be loaded. Specify and load the filename with CharFileName Property

VB Syntax

VMC.LoadCharFromFile = bool

Variable

(Type) - Description

VMC

VMCType (object)

bool

(Boolean)

True - Load from file

False - Perform mixer characterization

Return Type

Boolean

Default

False

Examples

value = VMC.LoadCharFromFile

C++ Syntax

HRESULT put_LoadCharFromFile(VARIANT_BOOL bLoadCharFromFile);

HRESULT get_LoadCharFromFile(VARIANT_BOOL *bLoadCharFromFile);

Interface

VMCType