IMsBranchCondition.SaveToXml

Syntax

SaveToXml(Element: IXmlDomElement);

Parameters

Element. Element, to which branch calculation condition parameters are written.

Description

The SaveToXml method loads branch calculation condition parameters to XML file.

Comments

To load branch calculation condition parameters from XML file, use the IMsBranchCondition.LoadFromXml method. The set of the SaveToXml and IMsBranchCondition.LoadFromXml methods is used to copy parameters of branch calculation condition.

Example

The method use is given in the example for IMsBranchConditionExpression.Expression.

See also:

IMsBranchCondition