Click or drag to resize

CDHQAFromToData Method

Do QA/QC on From/To data.

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

public void QAFromToData(
	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