Click or drag to resize

CDUSortIndex Method

Create an ordered index of the contents of a channel. The order of rows where compared items are the same is preserved.

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

public static void SortIndex(
	CDB db,
	int line,
	int ch,
	int in_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>]
in_ch
Type: SystemInt32
Output index channel (should be int) [<define>DB_LOCK_READWRITE</define>]
sort
Type: SystemInt32
<define>DU_SORT</define>
See Also