Click or drag to resize
CDHiQAEastNorthCurvatureLST Method
Do QA/QC Curvature checking on Dip Azimuth 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
Checks all holes with East-North survey data
Syntax
public int iQAEastNorthCurvatureLST(
	CLST oLST1,
	double d2,
	CWA oWA3
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
LST of holes (name, index)
d2
Type: SystemDouble
Dip/Azimuth curvature tolerance (degree per meter)
oWA3
Type: GeoEngine.Core.GXNetCWA
WA Handle

Return Value

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