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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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 str1,
	int i2,
	int i3
)

Parameters

str1
Type: SystemString
mask
i2
Type: SystemInt32
0 - deselect, 1 - select
i3
Type: SystemInt32
0 - overwrite, 1 - append
See Also