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 class section.

 

 

Syntax

 

[Visual Basic]

Public Function GetGraphicalSettings2 (

ByRef settings as WAVEFORM_ANALYZER_SETTINGS_2

) as enumErrorCodes


 

[C#]

public enumErrorCodes GetGraphicalSettings2 (

ref WAVEFORM_ANALYZER_SETTINGS_2 settings

);


 

[C++]

public: enumErrorCodes GetGraphicalSettings2 (

WAVEFORM_ANALYZER_SETTINGS_2 __gc *settings

);


 

 

Parameter

Description

 

 

settings

Reference to the object of class 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.