Click or drag to resize

CDUEditDuplicates Method

Edit duplicate readings at individual location

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void EditDuplicates(
	CDB db,
	int line,
	int x_ch,
	int y_ch,
	int option,
	int single,
	double fid_num
)

public static void EditDuplicates(
	CDB db,
	int line,
	int x_ch,
	int y_ch,
	int option,
	int single,
	double fid_num
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
line
Type: SystemInt32
Line
x_ch
Type: SystemInt32
Channel X, unlocked
y_ch
Type: SystemInt32
Channel Y, unlocked
option
Type: SystemInt32
<define>DB_DUP</define>
single
Type: SystemInt32
<define>DB_DUPEDIT</define>
fid_num
Type: SystemDouble
Fiducial number (required if <define>DB_DUPEDIT_SINGLE</define>)
Remarks
All the channels must be of the same fid incr/start and length. Protected channels are modified automatically.
See Also