 | 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
Syntaxpublic 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
)
Public Shared Sub SortIndexN (
db As CDB,
line As Integer,
chVV As CVV,
orderVV As CVV,
in_ch As Integer
)
Public Shared Sub SortIndexN (
db As CDB,
line As Integer,
chVV As CVV,
orderVV As CVV,
in_ch As Integer
)
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
)
static member SortIndexN :
db : CDB *
line : int *
chVV : CVV *
orderVV : CVV *
in_ch : int -> unit
static member SortIndexN :
db : CDB *
line : int *
chVV : CVV *
orderVV : CVV *
in_ch : int -> unit
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