Click or drag to resize

CDHDeleteHoles Method

Delete a list of holes from the project.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void DeleteHoles(
	CLST lst
)

public void DeleteHoles(
	CLST lst
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
LST of holes to delete
Remarks
Removes all lines in the input LST from DH project databases. If all the database lines would be removed, the database is simply deleted.
See Also