Copyright © 2006-2019 MultiMedia Soft

WaveformAnalyzer.GraphicItemsLoad method

Previous pageReturn to chapter overviewNext page

Remarks

 

Loads and adds to the waveform analyzer graphic items contained inside the given XML file. In case the XML file should be contained inside a memory stream, you could use the WaveformAnalyzer.GraphicItemsLoadFromMemory method.

 

For details about graphic items management on the waveform analyzer refer to the How to add graphic items to the Waveform analyzer section.

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

strPathname as String

) as enumErrorCodes


 

[C#]

public enumErrorCodes GraphicItemsLoad (

string strPathname

);


 

[C++]

public: enumErrorCodes GraphicItemsLoad (

string strPathname

);


 

 

Parameter

Description

 

 

strPathname

String containing the absolute pathname of the source file.

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.