Click or drag to resize
CDHiQAEastNorthSurveyLST Method
Do QA/QC on East/North 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 East-North survey database, or if a requested hole does not exist in the drill project.
Syntax
public int iQAEastNorthSurveyLST(
	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