 | CDUModFidRange Method |
Insert/Append/Delete a range of fids.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ModFidRange(
CDB db,
int ln,
double fid_start,
double incr,
int start_index,
int num,
int opt
)
public static void ModFidRange(
CDB db,
int ln,
double fid_start,
double incr,
int start_index,
int num,
int opt
)
Public Shared Sub ModFidRange (
db As CDB,
ln As Integer,
fid_start As Double,
incr As Double,
start_index As Integer,
num As Integer,
opt As Integer
)
Public Shared Sub ModFidRange (
db As CDB,
ln As Integer,
fid_start As Double,
incr As Double,
start_index As Integer,
num As Integer,
opt As Integer
)
public:
static void ModFidRange(
CDB^ db,
int ln,
double fid_start,
double incr,
int start_index,
int num,
int opt
)
public:
static void ModFidRange(
CDB^ db,
int ln,
double fid_start,
double incr,
int start_index,
int num,
int opt
)
static member ModFidRange :
db : CDB *
ln : int *
fid_start : float *
incr : float *
start_index : int *
num : int *
opt : int -> unit
static member ModFidRange :
db : CDB *
ln : int *
fid_start : float *
incr : float *
start_index : int *
num : int *
opt : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - ln
- Type: SystemInt32
Line - fid_start
- Type: SystemDouble
Base fid start - incr
- Type: SystemDouble
Base fid increment - start_index
- Type: SystemInt32
Start index (can be negative) - num
- Type: SystemInt32
Number of fids - opt
- Type: SystemInt32
<define>DU_MODFID</define>
Remarks
Channels that do not have the same fid start or fid
increment are not processed.
Protected channels are modified automatically.
See Also