Click or drag to resize

CDUReFidCh Method

Simple re-fid of a channel based on a reference channel

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ReFidCh(
	CDB db,
	int line,
	int ref_ch,
	int ch
)

public static void ReFidCh(
	CDB db,
	int line,
	int ref_ch,
	int ch
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
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>]
Remarks
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.
See Also