Click or drag to resize

CDHiFindHole Method

Find a hole and return it's index.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iFindHole(
	string hole
)

public int iFindHole(
	string hole
)

Parameters

hole
Type: SystemString
Name of hole

Return Value

Type: Int32
x - Hole index -1 - Not found
See Also