Click or drag to resize
CDHSelectPLY2 Method
Select holes in PLY (Polygon) object with options.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The various selection options give the following results: New/Select/inside: Unselect all holes, then select all holes inside the polygon. New/Select/outside: Unselect all holes, then select all holes outside the polygon. New/Deselect/inside: Select all holes, then deselect all holes inside the polygon. New/Deselect/outside: Select all holes, then deselect all holes outside the polygon. Append/Select/inside: Select all holes inside the polygon. Leave selections outside as is. Append/Select/outside: Select all holes outside the polygon. Leave selections inside as is. Append/Deselect/inside: Deselect all holes inside the polygon Leave selections outside as is. Append/Deselect/outside: Deselect all holes outside the polygon. Leave selections inside as is.
Syntax
public void SelectPLY2(
	CPLY oPLY1,
	int i2,
	int i3,
	int i4
)

Parameters

oPLY1
Type: GeoEngine.Core.GXNetCPLY
Polygon object
i2
Type: SystemInt32
Select (0) or Deselect (1)
i3
Type: SystemInt32
Region (0: inside, 1: outside)
i4
Type: SystemInt32
Mode (0: Append, 1: New)
See Also