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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int x_ch,
	int y_ch,
	int option,
	int single,
	double fid_num
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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>)
See Also