Click or drag to resize
CDHSelectPLY Method
Select all holes in PLY (Polygon) object.

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
This function operates the same as the call: SelectPLY2_DH(Drill, 1, 0, 0);
Syntax
public void SelectPLY(
	CPLY oPLY1
)

Parameters

oPLY1
Type: GeoEngine.Core.GXNetCPLY
Polygon object
See Also