Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : SetScanVectors Method
Vector to set.
Double I value of the vector.
Double J value of the vector.
Double K value of the vector.
SetScanVectors Method
Description
Sets vector components of scan (used in StartScan block)
Syntax
Visual Basic
Public Sub SetScanVectors( _
   ByVal Vector As PCDSCANVECTOR, _
   ByVal I As Double, _
   ByVal J As Double, _
   ByVal K As Double _
) 
Parameters
Vector
ValueDescription
PCD_CUTVECTOR 
PCD_INITDIR 
PCD_INITTOUCH 
PCD_ROWEND_APPROACH 
Vector to set.
I
Double I value of the vector.
J
Double J value of the vector.
K
Double K value of the vector.
See Also