Click or drag to resize

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
Syntax
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
)

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