Method Property
Description
Represents the method type for this scan.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property Method As BSCANMETH_ENUM |
Return Type
Read/write of enumeration BSMETHOD_ENUM.
Remarks
The Method type defines the geometry of the feature to be scanned and has parameters that need to be set properly before scanning. The parameters can be set using the SetMethodParams method.
The allowable values are:
BSCANMETH_LINEAR
BSCANMETH_EDGE
BSCANMETH_CIRCLE
BSCANMETH_CYLINDER
BSCANMETH_STRAIGHTLINE
BSCANMETH_CENTER
See Also