Timeout Property
Applies To
Vision Objects: Correlation, Geometric
Description
Sets / returns the maximum search time for a Correlation or Geometric object.
Usage
VGet Sequence.Object.Timeout, var
VSet Sequence.Object.Timeout, 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
- Long integer variable that will contain the value of the property.
- value
- Long integer expression for the new value of the property .
Values
0 to 1000000
- Default of Geometric: 2000
- Default of Correlation: 5000
Remarks
Use the Timeout property to limit the amount of search time for a Correlation or Geometric object.
See Also
Correlation Object, Geometric Object