Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Scan Object : GetHitParams Method
Required Long variable that gets the number of initial sample hits for the hits in this scan. It always returns zero for basic hits and vector hits.
Required Long variable that gets the number of permanent sample hits for the hits in this scan. It always returns zero for basic hits and vector hits.
Required Double variable that gets the spacing of the sample hits from the hit center. It always returns zero for basic hits and vector hits.
Required Double variable that gets the indent of the sample hits from the hit center. It always returns zero for basic hits, vector hits, and surface.
Required Double variable that gets the depth of the sample hits from the hit center. It always returns zero for basic hits, vector hits, and surface.
GetHitParams Method
Description
Gets parameters for the hit type used in the scan
Syntax
Visual Basic
Public Function GetHitParams( _
   ByRef nInitSamples As Long, _
   ByRef nPermSamples As Long, _
   ByRef dSpacer As Double, _
   ByRef dIndent As Double, _
   ByRef dDepth As Double _
) As Boolean
Parameters
nInitSamples
Required Long variable that gets the number of initial sample hits for the hits in this scan. It always returns zero for basic hits and vector hits.
nPermSamples
Required Long variable that gets the number of permanent sample hits for the hits in this scan. It always returns zero for basic hits and vector hits.
dSpacer
Required Double variable that gets the spacing of the sample hits from the hit center. It always returns zero for basic hits and vector hits.
dIndent
Required Double variable that gets the indent of the sample hits from the hit center. It always returns zero for basic hits, vector hits, and surface.
dDepth
Required Double variable that gets the depth of the sample hits from the hit center. It always returns zero for basic hits, vector hits, and surface.
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
See Also