Click or drag to resize

CSEMPLOTSelectPoly Method

Select data from a polygonal area on a map.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void SelectPoly(
	CDB db,
	CMVIEW mview,
	string mask_ch,
	string mineral_ch,
	CPLY pply,
	int mode
)

public static void SelectPoly(
	CDB db,
	CMVIEW mview,
	string mask_ch,
	string mineral_ch,
	CPLY pply,
	int mode
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database handle
mview
Type: GeoEngine.Core.GXNetCMVIEW
View Handle
mask_ch
Type: SystemString
Mask channel to update
mineral_ch
Type: SystemString
Mineral channel
pply
Type: GeoEngine.Core.GXNetCPLY
Polygon to select from, in the view coordinates.
mode
Type: SystemInt32
Mask mode (0: Append, 1: New)
See Also