Click or drag to resize
CDUBreakLineToGroups2 Method
Break up a line into group-lines based on a channel.

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 BreakLineToGroups, but with an option to reset each line's starting fiducial to zero.
Syntax
public static void BreakLineToGroups2(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	int chan,
	string cl,
	int reset_fi_ds
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
line
Type: SystemInt32
Line to be broken up [<define>DB_LOCK_READONLY</define>]
chan
Type: SystemInt32
Channel containing line numbers [<define>DB_LOCK_READONLY</define>]
cl
Type: SystemString
Class name for new group lines (can be "")
reset_fi_ds
Type: SystemInt32
Reset starting fiducials to zero (0: No, 1: Yes)
See Also