 | 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.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void SortIndex(
CGXNETCore gxNetShared,
CDB db,
int line,
int ch,
int in_ch,
int sort
)
public static void SortIndex(
CGXNETCore gxNetShared,
CDB db,
int line,
int ch,
int in_ch,
int sort
)
Public Shared Sub SortIndex (
gxNetShared As CGXNETCore,
db As CDB,
line As Integer,
ch As Integer,
in_ch As Integer,
sort As Integer
)
Public Shared Sub SortIndex (
gxNetShared As CGXNETCore,
db As CDB,
line As Integer,
ch As Integer,
in_ch As Integer,
sort As Integer
)
public:
static void SortIndex(
CGXNETCore^ gxNetShared,
CDB^ db,
int line,
int ch,
int in_ch,
int sort
)
public:
static void SortIndex(
CGXNETCore^ gxNetShared,
CDB^ db,
int line,
int ch,
int in_ch,
int sort
)
static member SortIndex :
gxNetShared : CGXNETCore *
db : CDB *
line : int *
ch : int *
in_ch : int *
sort : int -> unit
static member SortIndex :
gxNetShared : CGXNETCore *
db : CDB *
line : int *
ch : int *
in_ch : int *
sort : int -> unit
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