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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void SplitLine(
	CGXNETCore gxNetShared,
	CDB db,
	int i_line,
	int o_line,
	double fid
)

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