Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
WaveformAnalyzer.GetGraphicalSettings method 
 
Remarks 
 
Retrieves the current graphical settings for the waveform analyzer. Settings can be modified through the WaveformAnalyzer.SetGraphicalSettings 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 GetGraphicalSettings
ByRef settings as WAVEFORM_ANALYZER_SETTINGS 
 
[C#] 
public enumErrorCodes GetGraphicalSettings
);
 
[C++] 
public: enumErrorCodes GetGraphicalSettings
WAVEFORM_ANALYZER_SETTINGS __gc *settings 
);
 
 
Parameter
Description
 
 
settings
Reference to the object of class WAVEFORM_ANALYZER_SETTINGS 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents