Copyright © 2011 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 class section.

 

 

Syntax

 

[Visual Basic]

Public Function SetGraphicalSettings2 (

settings as WAVEFORM_ANALYZER_SETTINGS_2

) as enumErrorCodes


 

[C#]

public enumErrorCodes SetGraphicalSettings2 (

WAVEFORM_ANALYZER_SETTINGS_2 settings

);


 

[C++]

public: enumErrorCodes SetGraphicalSettings2 (

WAVEFORM_ANALYZER_SETTINGS_2 settings

);


 

 

Parameter

Description

 

 

settings

Object of class WAVEFORM_ANALYZER_SETTINGS_2  that contains 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.