ReloadType Enum

Return to Introduction  Previous page  Next page

This enumeration represents values returned from the GetReloadItem and PeekReloadItem methods of the ModelWatcher class. It has four possible values, which define the type of change that was made to a model.

Value

Notes

rtNone

No change in the model.

rtEntireModel

Entire model must be reloaded to ensure that all changes are reloaded.

rtPackage

The Item parameter represents a particular package that must be reloaded.

rtElement

The Item parameter represents a particular element that must be reloaded.