Gets parameters for the hit type used in the scan
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 |
- 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.
Boolean value. Boolean returns true if the function succeeds, false if it fails.