ShiftObject Property
Applies To
Vision Objects: ImageOp
Description
Sets the object to execute Shift processing.
Usage
VGet Sequence.Object.ShiftObject, var
VSet Sequence.Object.ShiftObject, 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
- String variable that will contain the value of the property.
- value
- String or string expression for the new value of the property.
Values
The name of the Vision Object, or "None"
Default: "None"
Remarks
ShiftObject can be set when the Operation of ImageOp is set “Shift”. When ShiftObject is set other than “None”, the set value of ShiftX and ShiftY is invalid and the Shift processing is executed by the detection position of the object set to ShiftObject. When ShiftObject is set “None”, Shift processing is executed by the set value of ShiftX and ShiftY.
See Also
ImageOp Object, ShiftX Property, ShiftY Property