Write/Read
About Avoid Spurs Feature

AvoidSpurs Property


Description

Sets and returns the state of the avoid spurs feature.

 VB Syntax

mixer.AvoidSpurs = boolean

Variable

(Type) - Description

mixer

A Mixer  (object)

A Converter (object)

value

(Boolean) - State of avoid spurs feature. Choose from

False  Avoid spurs OFF

True  Avoid spurs ON

Return Type

Boolean

Default

False

Examples

conv.AvoidSpurs = True 'Write

variable = conv.AvoidSpurs  'Read

C++ Syntax

HRESULT get_AvoidSpurs(Bool *bVal)

HRESULT put_AvoidSpurs(Bool newVal)

Interface

IMixer3

IConverter5


Last Modified:

25-Jan-2011

Added converter object