Click or drag to resize

CDUSort Method

Sort the contents of a channel.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Sort(
	CDB db,
	int line,
	int ch,
	int sort
)

public static void Sort(
	CDB db,
	int line,
	int ch,
	int sort
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
line
Type: SystemInt32
Line symbol
ch
Type: SystemInt32
Channel to sort [<define>DB_LOCK_READONLY</define>]
sort
Type: SystemInt32
<define>DU_SORT</define>
See Also