OperationMode Property
Description
Represents mode of operation of the scan.
Property type
Read-write property
Syntax
| Visual Basic |
|---|
Public Property OperationMode As BSCANOPMODE_ENUM |
Return Type
Read/write of enumeration BSOPMODE_ENUM.
Remarks
The allowable values are:
BSCANOPMODE_REGULARLEARN
BSCANOPMODE_DEFINEPATHFROMHITS
BSCANOPMODE_HIGHSPEEDFEATUREBASED
BSCANOPMODE_NORMALEXECUTION
|
Method |
Regular Learn |
Defined Path |
Feature Based |
Normal |
|---|---|---|---|---|
|
Edge |
Y |
- |
- |
Y |
|
Linear |
Y |
- |
- |
Y |
|
Edge |
Y |
- |
- |
Y |
|
Circle |
- |
- |
Y |
Y |
|
Cylinder |
- |
- |
Y |
Y |
|
Straight Line |
- |
- |
Y |
Y |
|
Center |
Y |
- |
- |
Y |
See Also