Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > BasicScan Object : GetControlPoint Method
Long value which indicates which control point to return.
GetControlPoint Method
Description
Returns the control point specified by the index.
Syntax
Visual Basic
Public Function GetControlPoint( _
   ByVal index As Long _
) As ControlPoint
Parameters
index
Long value which indicates which control point to return.
Return Type
ControlPoint object.
See Also