WatchExpressions.Clone

Syntax

WatchExpressions.Clone( [insertInEngine])

Return Value

WatchExpressions

A WatchExpression object collection that contains clones of the WatchExpression objects in the original collection.

Purpose

Clones the WatchExpression objects in the collection and returns the cloned objects in a new collection.

Parameters

insertInEngine As Variant

[In] [ Optional ] Specifies if TestStand adds the new WatchExpression objects to the watch expression list the engine maintains. Pass True to add the watch expressions to the cloned collection and to the watch expression list the engine maintains. Pass False to add only the new watch expression to the cloned collection. If no value is specified, the behavior is the same as passing True .

See Also

Omitting Optional Parameters

WatchExpressions