IMsCalculationStats.LoadFromXml

Syntax

LoadFromXml(Xml: IXmlDomElement);

Parameters

Xml. XML file of calculation statistics.

Description

The LoadFromXml method loads statistics tree from XML file.

Comments

It is used on comparing calculation statistics using the IMsCalculationStats.Compare method.

To save calculation statistics to XML file, use the IMsCalculationStats.SaveToXml method.

Example

The method use is given in the example for IMsCalculationStats.Compare.

See also:

IMsCalculationStats