Copyright © 2006-2011 MultiMedia Soft

WaveformAnalyzer.VerticalLinesLoad method

Previous pageReturn to chapter overviewNext page

Remarks

 

Loads and adds to the waveform analyzer vertical lines contained inside the given XML file.

 

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

 

 

Syntax

 

[Visual Basic]

control.WaveformAnalyzer.VerticalLinesLoad (

strPathname as String

) as enumErrorCodes


 

[C++]

short control.WaveformAnalyzer.VerticalLinesLoad (

LPCTSTR strPathname

);


 

 

Parameter

Description

 

 

strPathname

String containing the absolute pathname of the source file.

 

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to get the error code

enumErrorCodes.ERR_NOERROR (0)

The method call was successful