IEaxOpenObjectContext.SaveToXml

Syntax

SaveToXml(Element: IXmlDomElement);

SaveToXml(Element: Prognoz.Platform.Interop.MsXml2.IXmlDomElement);

Parameters

Element. XML element, to which settings are to be saved.

Description

The SaveToXml method saves settings to an XML file.

Fore and Fore.NET Examples

The property use is given in the example for IEaxDrillSettings.OpenObjectContext.

See also:

IEaxOpenObjectContext