Click or drag to resize

CDUSortIndexN Method

Create an ordered index from any number of channels. 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 SortIndexN(
	CDB db,
	int line,
	CVV chVV,
	CVV orderVV,
	int in_ch
)

public static void SortIndexN(
	CDB db,
	int line,
	CVV chVV,
	CVV orderVV,
	int in_ch
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
line
Type: SystemInt32
Line symbol
chVV
Type: GeoEngine.Core.GXNetCVV
VV of channel symbols (INT). Sort by these channels [<define>DB_LOCK_READONLY</define>]
orderVV
Type: GeoEngine.Core.GXNetCVV
VV of sort order values (INT, one for each channel) <define>DU_SORT</define>
in_ch
Type: SystemInt32
Output index channel (should be int) [<define>DB_LOCK_READWRITE</define>]
See Also