Click or drag to resize
CDHQAWriteUnregisteredHoles Method
Write out unregistered holes in a database.

Available since Oasis montaj version: 6.1.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Looks at each line in a database and sees if it is listed in the collar tables' hole list.
Syntax
public void QAWriteUnregisteredHoles(
	CDB oDB1,
	CWA oWA2
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DB Handle (not the collar table)
oWA2
Type: GeoEngine.Core.GXNetCWA
WA Handle
See Also