IMsUserOptimizationCallback.OnSave

Syntax

OnSave(Xml: IXmlDomElement);

Parameters

Xml. XML file, to which the specified parameters of custom optimization problem will be saved.

Description

The OnSave method implements the event that occurs after saving criterion function.

Comments

Features of working with XML files are given in the Example of Working with XML Files section.

Example

The method use is given in the example for IMsUserOptimizationCallback.OnExecute.

See also:

IMsUserOptimizationCallback