Click or drag to resize

CDHiQAEastNorthCurvatureLST Method

Do QA/QC Curvature checking on Dip Azimuth data for holes in a LST.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iQAEastNorthCurvatureLST(
	CLST lst,
	double tolerance,
	CWA wa
)

public int iQAEastNorthCurvatureLST(
	CLST lst,
	double tolerance,
	CWA wa
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
LST of holes (name, index)
tolerance
Type: SystemDouble
Dip/Azimuth curvature tolerance (degree per meter)
wa
Type: GeoEngine.Core.GXNetXCWA
WA Handle

Return Value

Type: Int32
The number of holes found and checked.
Remarks
Checks all holes with East-North survey data
See Also