Reset (Model)


Description

An event that reports a major change in the model, for example, that it has just been loaded from a file or created via Copy.

Syntax

aModel_Reset()

 

Parameter Description
aModel a Model object.

Guarantees

Remarks

The event means that the old contents of the model (for example, its nodes, its propertytypes, etc.) are gone and have been replaced with new contents. Use the properties of the Model object to find the new contents.

Applies To

Model

Also See:

Events: an Overview