Click or drag to resize
CDUBreakLine Method
Break up a line based on line numbers in a channel.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void BreakLine(
	CDB oDB1,
	int i2,
	int i3
)

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