Click or drag to resize
CDUSplitLine2 Method
Splits a line a the fiducial and copies any data past that fiducial into the new line.

Available since Oasis montaj version: 8.4
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The same as SplitLine, but with an option to reset each line's starting fiducial to zero.
Syntax
public static void SplitLine2(
	CGXNETCore gxNetShared,
	CDB db,
	int i_line,
	int o_line,
	double fid,
	int reset_fi_ds
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
i_line
Type: SystemInt32
Input Line, will be reduced at fid [<define>DB_LOCK_READWRITE</define>]
o_line
Type: SystemInt32
Output Line, will take data above fid [<define>DB_LOCK_READWRITE</define>]
fid
Type: SystemDouble
Fid number of split
reset_fi_ds
Type: SystemInt32
Reset starting fiducials to zero (0: No, 1: Yes)
See Also