Click or drag to resize

CDHQAEastNorthCurvature2 Method

Do QA/QC Curvature checking on Dip Azimuth data for a single hole.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void QAEastNorthCurvature2(
	CWA wa,
	double tolerance,
	string hole
)

public void QAEastNorthCurvature2(
	CWA wa,
	double tolerance,
	string hole
)

Parameters

wa
Type: GeoEngine.Core.GXNetCWA
WA Handle
tolerance
Type: SystemDouble
Dip/Azimuth curvature tolerance (degree per meter)
hole
Type: SystemString
Hole name
Remarks
Checks single holes with East-North survey data
See Also