Click or drag to resize
CDUSortIndex Method
Create an ordered index of the contents of a channel.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void SortIndex(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int ch,
	int in_ch,
	int sort
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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