IMsUserOptimizationCallback.OnLoad

Syntax

OnLoad(Xml: IXmlDomElement);

Parameters

Xml. XML file, from which custom optimization problem parameters are to be loaded.

Description

The OnLoad method implements the event that occurs after loading a custom optimization problem from XML file.

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