Click or drag to resize
CDUInterpGap Method
Replace all dummies by interpolating from valid data.

Available since Oasis montaj version: 8.4.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void InterpGap(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6,
	int i7,
	int i8
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line handle
i3
Type: SystemInt32
Channel to interpolate [DB_LOCK_READONLY]
i4
Type: SystemInt32
Output interpolated channel [DB_LOCK_READWRITE]
i5
Type: SystemInt32
See DU_INTERPConstant
i6
Type: SystemInt32
See DU_INTERP_EDGEConstant
i7
Type: SystemInt32
Maximum gap to interpolate (fiducials)
i8
Type: SystemInt32
Maximum items to extend at ends.
See Also