Click or drag to resize

CDUReFidAllCh Method

Simple re-fid of all channels 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 ReFidAllCh(
	CDB db,
	int line,
	int ref_ch
)

public static void ReFidAllCh(
	CDB db,
	int line,
	int ref_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>]
Remarks
Channels can be array channels, in which case the columns are individually re-fidded.
See Also