Click or drag to resize

CDUSplitLine Method

Splits a line a the fiducial and copies any data past that fiducial into the new line.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void SplitLine(
	CDB db,
	int i_line,
	int o_line,
	double fid
)

public static void SplitLine(
	CDB db,
	int i_line,
	int o_line,
	double fid
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
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
See Also