VEditWindow Statement
Applies To
Vision Objects: Blob, Correlation, Geometric
Description
The VEditWindow command allows a editing of search window don't care pixels for an object from a SPEL+ program.
For more details, see the EditWindow property.
EditWindow Property
Usage
VEditWindow Sequence.Object
- 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.
Remarks
If changes are made to the searchwindow, such as don't care pixels, you must call VSave to make the changes permanent.
Example
VEditWindow seq1.corr01
See Also
EditWindow Property, VSave Statement