Click or drag to resize

CDHQAWriteUnregisteredHoles Method

Write out unregistered holes in a database.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.2.0.42
Syntax
public void QAWriteUnregisteredHoles(
	CDB db,
	CWA wa
)

public void QAWriteUnregisteredHoles(
	CDB db,
	CWA wa
)

Parameters

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