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

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
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(
	CGXNETCore gxNetShared,
	CDB db,
	int ln,
	double fid_start,
	double incr,
	int start_index,
	int num,
	int opt
)

Parameters

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