Click or drag to resize
CDUReFidAllCh Method
Simple re-fid of all channels 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
Channels can be array channels, in which case the columns are individually re-fidded.
Syntax
public static void ReFidAllCh(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int ref_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>]
See Also