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
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int ref_ch,
	int ch
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database Object
line
Type: SystemInt32
Line Symbol
ref_ch
Type: SystemInt32
Reference Channel [<define>DB_LOCK_READONLY</define>]
ch
Type: SystemInt32
Channel to refid [<define>DB_LOCK_READWRITE</define>]
See Also