IMsBranchCondition.LoadFromXml

Fore Syntax

LoadFromXml(Element: IXmlDomElement);

Fore.NET Syntax

LoadFromXml(Element: Prognoz.Platform.Interop.MsXml2.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 unload 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 parameters of branch calculation condition.

Fore and Fore.NET Examples

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

See also:

IMsBranchCondition