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