Click or drag to resize

CDUBreakLineToGroups2 Method

Break up a line into group-lines based on a channel.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void BreakLineToGroups2(
	CDB db,
	int line,
	int chan,
	string cl,
	int reset_fi_ds
)

public static void BreakLineToGroups2(
	CDB db,
	int line,
	int chan,
	string cl,
	int reset_fi_ds
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
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)
Remarks
The same as BreakLineToGroups, but with an option to reset each line's starting fiducial to zero.
See Also