Click or drag to resize
CDHDeleteHoles Method
Delete a list of holes from the project.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Removes all lines in the input LST from DH project databases. If all the database lines would be removed, the database is simply deleted.
Syntax
public void DeleteHoles(
	CLST oLST1
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
LST of holes to delete
See Also