 | CDU.Decimate Method |
Copy and decimate a channel
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Decimate(
CDB db,
int line,
int i_ch,
int o_ch,
int n
)
public static void Decimate(
CDB db,
int line,
int i_ch,
int o_ch,
int n
)
Public Shared Sub Decimate (
db As CDB,
line As Integer,
i_ch As Integer,
o_ch As Integer,
n As Integer
)
Public Shared Sub Decimate (
db As CDB,
line As Integer,
i_ch As Integer,
o_ch As Integer,
n As Integer
)
public:
static void Decimate(
CDB^ db,
int line,
int i_ch,
int o_ch,
int n
)
public:
static void Decimate(
CDB^ db,
int line,
int i_ch,
int o_ch,
int n
)
static member Decimate :
db : CDB *
line : int *
i_ch : int *
o_ch : int *
n : int -> unit
static member Decimate :
db : CDB *
line : int *
i_ch : int *
o_ch : int *
n : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNet.CDB
Database - line
- Type: System.Int32
Line handle - i_ch
- Type: System.Int32
Origin Channel [<define>DB_LOCK_READONLY</define>] - o_ch
- Type: System.Int32
Destination Channel [<define>DB_LOCK_READWRITE</define>] - n
- Type: System.Int32
Decimation factor
See Also