Click or drag to resize

CDUInterp Method

Replace all dummies by interpolating from valid data.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Interp(
	CDB db,
	int line,
	int i_ch,
	int o_ch,
	int inside,
	int outside
)

public static void Interp(
	CDB db,
	int line,
	int i_ch,
	int o_ch,
	int inside,
	int outside
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
line
Type: SystemInt32
Line handle
i_ch
Type: SystemInt32
Channel to interpolate [<define>DB_LOCK_READONLY</define>]
o_ch
Type: SystemInt32
Output interpolated channel [<define>DB_LOCK_READWRITE</define>]
inside
Type: SystemInt32
<define>DU_INTERP</define>
outside
Type: SystemInt32
<define>DU_INTERP_EDGE</define>
See Also