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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 pply,
	int select,
	int inside,
	int new_mode
)

Parameters

pply
Type: GeoEngine.Core.GXNetXCPLY
Polygon object
select
Type: SystemInt32
Select (0) or Deselect (1)
inside
Type: SystemInt32
Region (0: inside, 1: outside)
new_mode
Type: SystemInt32
Mode (0: Append, 1: New)
See Also