Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > BasicScan Object : SetControlPoint Method
Required Long value which indicates which control point to set.
SetControlPoint Method
Description
Sets a control point at the specified index.
Syntax
Visual Basic
Public Function SetControlPoint( _
   ByVal index As Long, _
   ByVal ControlPoint As ControlPoint _
) As Boolean
Parameters
index
Required Long value which indicates which control point to set.
ControlPoint
Return Type
Boolean value. If set to 1 (true), the control point is set at the specified index.
See Also