Copyright © 2006-2011 MultiMedia Soft

WaveformAnalyzer.VerticalLinesSave method

Previous pageReturn to chapter overviewNext page

Remarks

 

Saves into the given XML file all of the vertical lines already added to the waveform analyzer.

 

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 VerticalLinesSave (

strPathname as String

) as enumErrorCodes


 

[C#]

public enumErrorCodes VerticalLinesSave (

string strPathname

);


 

[C++]

public: enumErrorCodes VerticalLinesSave (

string strPathname

);


 

 

Parameter

Description

 

 

strPathname

String containing the absolute pathname of the destination file.

 

 

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.