IModelBox.Execute

Syntax

Execute;

Description

The Execute method calculates the model and updates the ModelBox component.

Comments

To determine whether the model was changed, use the IModelBox.IsDirty property.

Example

The method use is given in the example for IModelBox.ResultsViewScenario.

See also:

IModelBox