Iterations Property

Applies To
Vision Objects: ImageOp

Description
Defines how many times to execute the image operation.

Usage

VGet  Sequence.Object.Iterations, var
VSet  Sequence.Object.Iterations, value
Sequence
Name of a sequence or string variable containing a sequence name.
Object
Name of an object or string variable containing an object name. The object must exist in the specified sequence.
var
Integer variable that will contain the value of the property.
value
Integer value or expression for the new value of the property.

Values
1 to 99

Default: 1

Remarks
The Iterations property affects the following ImageOp operations:

Open, Close, Erode, Dilate, Smooth, Sharpen1, Sharpen2, HorizEdge, VertEdge, EdgeDetect1, EdgeDetect2, LaPlaceEdge1, LaPlaceEdge2, Thin, Thicken.

See Also
ImageOp Object, Operation Property