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

Available since Oasis montaj version: 5.1.8
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The original line will be deleted. This is similar to BreakLine_DU, but the output lines are "group" lines, without the line type letters at the start. (See db.gxh for information of Group Lines). All channels are associated with each group line, and the input class name is assigned to each group. Class names for groups ensure that (for instance) if you add a new channel to one group of a given class, it will get added to all other groups in the same class. If the class name is left empty, then this will NOT be true. (Groups without class names are treated as isolated entities for the purposes of channel loading).
Syntax
public static void BreakLineToGroups(
	CDB oDB1,
	int i2,
	int i3,
	string str4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line to be broken up [DB_LOCK_READONLY]
i3
Type: SystemInt32
Channel containing line numbers [DB_LOCK_READONLY]
str4
Type: SystemString
Class name for new group lines (can be "")
See Also