Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > BasicScan Object : AddControlPoint Method
Expression that evaluates to a ControlPoint object.
AddControlPoint Method
Description
Adds a control point to a scan.
Syntax
Visual Basic
Public Function AddControlPoint( _
   ByVal ControlPoint As ControlPoint _
) As Boolean
Parameters
ControlPoint
Expression that evaluates to a ControlPoint object.
Return Type
Boolean value. If the value is 1 (true), it adds a control point to the scan.
See Also