Click or drag to resize

CDHQAWriteUnregisteredHoles Method

Write out unregistered holes in a database.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntax
public void QAWriteUnregisteredHoles(
	CDB db,
	CWA wa
)

public void QAWriteUnregisteredHoles(
	CDB db,
	CWA wa
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
DB Handle (not the collar table)
wa
Type: GeoEngine.Core.GXNetCWA
WA Handle
Remarks
Looks at each line in a database and sees if it is listed in the collar tables' hole list.
See Also