Copyright © 2008-2010 MultiMedia Soft

WaveformAnalyzer.SetGraphicalSettings2 method

Previous pageReturn to chapter overviewNext page

Remarks

 

Sets new graphical settings for the waveform analyzer. Current settings can be obtained through the WaveformAnalyzer.GetGraphicalSettings2 method.

 

For details about the use of the Waveform Analyzer refer to the How to use the Waveform Analyzer section.

For further details about methods of the Waveform Analyzer refer to the WaveformAnalyzer object section.

 

 

Syntax

 

[Visual Basic]

control.WaveformAnalzyer.SetGraphicalSettings2 (

pParamData as long

) as enumErrorCodes


 

[C++]

short control.WaveformAnalzyer.SetGraphicalSettings2 (

void *pParamData

);


 

 

 

Parameter

Description

 

 

pParamData

Address of a structure of type WAVEFORM_ANALYZER_SETTINGS_2 that contains the analyzer's graphical settings.

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to get the error code

enumErrorCodes.ERR_NOERROR (0)

The method call was successful