Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Scan Object : GetMethodParams Method
GetMethodParams Method
Description
Gets the scan method parameters
Syntax
Visual Basic
Public Function GetMethodParams( _
   ByRef bIn As ENUM_SCAN_INOUT_TYPES, _
   ByRef bCenteringType As Boolean, _
   ByRef nCenteringDirection As Long, _
   ByRef dDiameter As Double, _
   ByRef dArcAngle As Double, _
   ByRef dDepth As Double, _
   ByRef dPitch As Double _
) As Boolean
Parameters
bIn
ValueDescription
SCAN_INNERInside scans
SCAN_OUTEROutside scans
SCAN_PLANARPlane Circle scans
bCenteringType
nCenteringDirection
dDiameter
dArcAngle
dDepth
dPitch
See Also