Write/Read
About Limits

SoundOnFail Property


Description

Turns ON or OFF the audio indicator for limit failures.

 VB Syntax

limitst.SoundOnFail = state

Variable

(Type) - Description

limitst

A LimitTest (object)

state

(boolean)

False - Turns the sound OFF
True
- Turns the sound ON

Return Type

Long Integer

Default

True

Examples

Limttest.SoundOnFail = False 'Write

sound = Limttest.SoundOnFail 'Read

C++ Syntax

HRESULT get_SoundOnFail(VARIANT_BOOL *pVal)
HRESULT put_SoundOnFail(VARIANT_BOOL newVal)

Interface

ILimitTest