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
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 lst,
	CWA wa
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
LST of holes (Name, Index)
wa
Type: GeoEngine.Core.GXNetXCWA
WA Handle to write to

Return Value

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