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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The same as SplitLine, but with an option to reset each line's starting fiducial to zero.
Syntax
public static void SplitLine2(
	CDB oDB1,
	int i2,
	int i3,
	double d4,
	int i5
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Input Line, will be reduced at fid [DB_LOCK_READWRITE]
i3
Type: SystemInt32
Output Line, will take data above fid [DB_LOCK_READWRITE]
d4
Type: SystemDouble
Fid number of split
i5
Type: SystemInt32
Reset starting fiducials to zero (0: No, 1: Yes)
See Also