Click or drag to resize

CSEMPLOTSortData Method

Sort data by Sample No, Grain and Position

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void SortData(
	CDB db,
	int group,
	int anomaly
)

public static void SortData(
	CDB db,
	int group,
	int anomaly
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database handle
group
Type: SystemInt32
Data Group handle
anomaly
Type: SystemInt32
Use Anomaly channel as primary sort?
See Also