Copyright © 2013-2017 MultiMedia Soft

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

 

 

Syntax

 

[Visual Basic]

Public Function GraphicItemsLoad (

strPathname as String

) as enumWanErrorCodes


 

[C#]

public enumWanErrorCodes GraphicItemsLoad (

string strPathname

);


 

[C++]

public: enumWanErrorCodes 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)

enumWanErrorCodes.ERR_WAN_NOERROR (0)

The method call was successful.