Click or drag to resize
CDUEditDuplicates Method
Edit duplicate readings at individual location

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
All the channels must be of the same fid incr/start and length. Protected channels are modified automatically.
Syntax
public static void EditDuplicates(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6,
	double d7
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line
i3
Type: SystemInt32
Channel X, unlocked
i4
Type: SystemInt32
Channel Y, unlocked
i5
Type: SystemInt32
See DB_DUPConstant
i6
Type: SystemInt32
See DB_DUPEDITConstant
d7
Type: SystemDouble
Fiducial number (required if DB_DUPEDIT_SINGLE)
See Also