Click or drag to resize

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
Syntax
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
)

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