Engine.GetWatchExpressionsChangeCount

Syntax

Engine.GetWatchExpressionsChangeCount

Return Value

Long

Purpose

Returns the number of modifications made to the watch expression list the engine maintains or to the watch expressions in the list.

Remarks

When you insert or remove a WatchExpression object from the watch expression list the engine maintains or when you modify a watch expression in the list, the engine increments the change count. The sequence editor and user interfaces can use this count to determine when to refresh the Watch View pane.

See Also

WatchExpression