Click or drag to resize
CDHiQADipAzSurveyLST Method
Do QA/QC on Dip/Az Survey data for holes in a LST.

Available since Oasis montaj version: 7.0.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Error if no Dip-Azimuth survey database, or if a requested hole does not exist in the drill project.
Syntax
public int iQADipAzSurveyLST(
	CLST oLST1,
	CWA oWA2
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
LST of holes (Name, Index)
oWA2
Type: GeoEngine.Core.GXNetCWA
WA Handle to write to

Return Value

Type: Int32
The number of holes found and checked.
See Also