|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function SetGraphicalSettings (
settings as WAVEFORM_ANALYZER_SETTINGS
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes SetGraphicalSettings (
WAVEFORM_ANALYZER_SETTINGS settings
);
|
|
[C++]
public: enumErrorCodes SetGraphicalSettings (
WAVEFORM_ANALYZER_SETTINGS settings
);
|
|
Parameter
|
Description
|
|
|
|
|
settings
|
Object of class WAVEFORM_ANALYZER_SETTINGS that contains the analyzer's graphical settings.
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|