 | 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.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void SortIndexN(
CGXNETCore gxNetShared,
CDB db,
int line,
CVV chVV,
CVV orderVV,
int in_ch
)
public static void SortIndexN(
CGXNETCore gxNetShared,
CDB db,
int line,
CVV chVV,
CVV orderVV,
int in_ch
)
Public Shared Sub SortIndexN (
gxNetShared As CGXNETCore,
db As CDB,
line As Integer,
chVV As CVV,
orderVV As CVV,
in_ch As Integer
)
Public Shared Sub SortIndexN (
gxNetShared As CGXNETCore,
db As CDB,
line As Integer,
chVV As CVV,
orderVV As CVV,
in_ch As Integer
)
public:
static void SortIndexN(
CGXNETCore^ gxNetShared,
CDB^ db,
int line,
CVV^ chVV,
CVV^ orderVV,
int in_ch
)
public:
static void SortIndexN(
CGXNETCore^ gxNetShared,
CDB^ db,
int line,
CVV^ chVV,
CVV^ orderVV,
int in_ch
)
static member SortIndexN :
gxNetShared : CGXNETCore *
db : CDB *
line : int *
chVV : CVV *
orderVV : CVV *
in_ch : int -> unit
static member SortIndexN :
gxNetShared : CGXNETCore *
db : CDB *
line : int *
chVV : CVV *
orderVV : CVV *
in_ch : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
Database - line
- Type: SystemInt32
Line symbol - chVV
- Type: GeoEngine.Core.GXNetXCVV
VV of channel symbols (INT). Sort by these channels [<define>DB_LOCK_READONLY</define>] - orderVV
- Type: GeoEngine.Core.GXNetXCVV
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