VDeleteObject Statement
Applies To
Vision Sequence
Description
VDeleteObject deletes a vision object at runtime.
Usage
VDeleteObject Sequence, ObjectName
- Sequence
- Name of a sequence or string expression containing a sequence name.
- ObjectName
- String expression containing the name of an object to delete in sequence.
Remarks
Use VDeleteObject to delete a vision object at runtime. If the object does not exist, no error occurs. Use VSaves to save vision settings after deleting the object.
See Also
VCreateObject, VDeleteCalibration, VDeleteSequence, VSave
Example
VDeleteObject "myseq", "blob01"