 | 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
Syntaxpublic 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
)
Public Shared Sub EditDuplicates (
db As CDB,
line As Integer,
x_ch As Integer,
y_ch As Integer,
option As Integer,
single As Integer,
fid_num As Double
)
Public Shared Sub EditDuplicates (
db As CDB,
line As Integer,
x_ch As Integer,
y_ch As Integer,
option As Integer,
single As Integer,
fid_num As Double
)
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
)
static member EditDuplicates :
db : CDB *
line : int *
x_ch : int *
y_ch : int *
option : int *
single : int *
fid_num : float -> unit
static member EditDuplicates :
db : CDB *
line : int *
x_ch : int *
y_ch : int *
option : int *
single : int *
fid_num : float -> unit
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