Click or drag to resize

CSEMPLOTSelectPoly Method

Select data from a polygonal area on a map.

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

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