 | 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
Syntaxpublic 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
)
Public Shared Sub SortIndex (
db As CDB,
line As Integer,
ch As Integer,
in_ch As Integer,
sort As Integer
)
Public Shared Sub SortIndex (
db As CDB,
line As Integer,
ch As Integer,
in_ch As Integer,
sort As Integer
)
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
)
static member SortIndex :
db : CDB *
line : int *
ch : int *
in_ch : int *
sort : int -> unit
static member SortIndex :
db : CDB *
line : int *
ch : int *
in_ch : int *
sort : int -> unit
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