Click or drag to resize

CSEMPLOTCreateGroups Method

Group data by anomaly or string channel - Interactive.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void CreateGroups(
	CGXNETCore gxNetShared,
	CDB db,
	string mask_ch
)

public static void CreateGroups(
	CGXNETCore gxNetShared,
	CDB db,
	string mask_ch
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
mask_ch
Type: SystemString
Mask channel
See Also