Click or drag to resize

CDHQAPointData Method

Do QA/QC on Point data.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void QAPointData(
	CDB db,
	CWA wa,
	int line,
	string hole
)

public void QAPointData(
	CDB db,
	CWA wa,
	int line,
	string hole
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
DB Handle
wa
Type: GeoEngine.Core.GXNetCWA
WA Handle
line
Type: SystemInt32
Line
hole
Type: SystemString
Current hole Name
See Also