Click or drag to resize
CDUReFid Method
Re-fid a channel based on a reference channel

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The original channel can be an array channel, in which case the columns (up to the number of columns available in the output) are individually interpolated. If the number of columns in the output channel is more than the input channel, the remaining columns are dummied. This function is fundamentally different in behaviour from ReFidCh_DU. The values in the Reference channel in ReFid_DU are the "X" locations corresponding to the "Y" locations in the "Original Channel". Output Channel values are calculated at the new "X" locations specified by the Start Fid and the Fid Increment.
Syntax
public static void ReFid(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6,
	double d7,
	double d8,
	double d9
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database Object
i2
Type: SystemInt32
Line Symbol
i3
Type: SystemInt32
Original Channel [DB_LOCK_READONLY] "Y" values
i4
Type: SystemInt32
Reference Channel [DB_LOCK_READONLY] "X" locations
i5
Type: SystemInt32
Output Channel [DB_LOCK_READWRITE]
i6
Type: SystemInt32
See DU_REFIDConstant
d7
Type: SystemDouble
Start Fid, if GS_R8DM, use ref channel minimum
d8
Type: SystemDouble
Fid increment, if GS_R8DM use nominal spacing of the reference channel.
d9
Type: SystemDouble
Maximum gap to interpolate across
See Also