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

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)
Syntax
public static void SplitLine(
	CDB oDB1,
	int i2,
	int i3,
	double d4
)

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
See Also