Copyright © 2013-2017 MultiMedia Soft

GraphicItemsLoadFromMemory method

Previous pageReturn to chapter overviewNext page

Remarks

 

Loads graphic items from a XML memory stream and add them to the waveform analyzer.

 

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

ms as MemoryStream

) as enumWanErrorCodes


 

[C#]

public enumWanErrorCodes GraphicItemsLoadFromMemory (

MemoryStream ms

);


 

[C++]

public: enumWanErrorCodes GraphicItemsLoadFromMemory (

MemoryStream ms

);


 

 

Parameter

Description

 

 

ms

Memory stream containing the graphic items in XML format.

 

 

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.