Click or drag to resize
CDUModFidRange Method
Insert/Append/Delete a range of fids.

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
Channels that do not have the same fid start or fid increment are not processed. Protected channels are modified automatically.
Syntax
public static void ModFidRange(
	CDB oDB1,
	int i2,
	double d3,
	double d4,
	int i5,
	int i6,
	int i7
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
line
d3
Type: SystemDouble
base fid start
d4
Type: SystemDouble
base fid increment
i5
Type: SystemInt32
start index (can be negative)
i6
Type: SystemInt32
number of fids
i7
Type: SystemInt32
See DU_MODFIDConstant
See Also