Copyright © 2006-2011 MultiMedia Soft

WaveformAnalyzer.GetGraphicalSettings2 method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the current graphical settings for the waveform analyzer. Settings can be modified through the WaveformAnalyzer.SetGraphicalSettings2 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.GetGraphicalSettings2 (

pParamData as long

) as enumErrorCodes


 

[C++]

short control.WaveformAnalzyer.GetGraphicalSettings2 (

void *pParamData

);


 

 

 

Parameter

Description

 

 

pParamData

Address of a structure of type WAVEFORM_ANALYZER_SETTINGS_2 that receives in output the analyzer's graphical settings .

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.NOERROR (0)

The method call was successful