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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 lst
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
LST of holes to delete
See Also