Click or drag to resize

CDUInterpGapAndFill Method

Replace all dummies by interpolating from valid data.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void InterpGapAndFill(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int i_ch,
	int o_ch,
	int inside,
	int outside,
	int gap,
	int extend,
	double fill
)

public static void InterpGapAndFill(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int i_ch,
	int o_ch,
	int inside,
	int outside,
	int gap,
	int extend,
	double fill
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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>
gap
Type: SystemInt32
Maximum gap to interpolate (fiducials)
extend
Type: SystemInt32
Maximum items to extend at ends.
fill
Type: SystemDouble
Value used to fill dummy channels.
See Also