Click or drag to resize
CSEMPLOTSelectPoly Method
Select data from a polygonal area on a map.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void SelectPoly(
	CGXNETCore gxNetShared,
	CDB db,
	CMVIEW mview,
	string mask_ch,
	string mineral_ch,
	CPLY pply,
	int mode
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View Handle
mask_ch
Type: SystemString
Mask channel to update
mineral_ch
Type: SystemString
Mineral channel
pply
Type: GeoEngine.Core.GXNetXCPLY
Polygon to select from, in the view coordinates.
mode
Type: SystemInt32
Mask mode (0: Append, 1: New)
See Also