Click or drag to resize
CDHSelectName Method
Select holes using a name mask.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Overwrite mode - all selections tested and selected or not selected Append mode - only holes matching the mask are selected or not selected.
Syntax
public void SelectName(
	string mask,
	int sel,
	int mode
)

Parameters

mask
Type: SystemString
Mask
sel
Type: SystemInt32
0 - deselect, 1 - select
mode
Type: SystemInt32
0 - overwrite, 1 - append
See Also