GridShow Property
Applies To
Vision Sequence
Description
Specifies whether to display the grids for the vision sequence.
Usage
VGet Sequence.GridShow, var
VSet Sequence.GridShow, value
- Sequence
- String variable containing a sequence name.
- var
- Boolean variable that will contain the value of the property
- value
- Boolean value or expression for the new value of the property.
Values
- 0 - False: Grids are not displayed.
- -1 - True: Grids are displayed.
Default: False
Remarks
Specifies whether to display the grids when executing the sequence.
Note:
If millimeter is specified in the GridUnits property, the grids are displayed only when calibration specified by the sequence is completed.
See Also
Vision Sequence, GridColor Property, GridPitchX Property, GridPitchY Property, GridType Property, GridUnits Property