Click or drag to resize
CDUReFidCh Method
Simple re-fid of 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 are individually re-fidded. ReFidCh_DU resamples the "Channel to refid" to the "Reference Channel" Fid range and increment.
Syntax
public static void ReFidCh(
	CDB oDB1,
	int i2,
	int i3,
	int i4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database Object
i2
Type: SystemInt32
Line Symbol
i3
Type: SystemInt32
Reference Channel [DB_LOCK_READONLY]
i4
Type: SystemInt32
Channel to refid [DB_LOCK_READWRITE]
See Also