IMsBranchCondition.LoadFromXml

Syntax

LoadFromXml(Element: IXmlDomElement);

Parameters

Element. Element, from which branch calculation condition parameters are loaded.

Description

The LoadFromXml method loads branch calculation condition parameters from XML file.

Comments

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

Example

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

See also:

IMsBranchCondition