Click or drag to resize
CDUXyzLine Method
Break up a line based on tolerance of lateral distance.

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)
Notes
The original line will be deleted.
Syntax
public static void XyzLine(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	double d6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line to be broken up
i3
Type: SystemInt32
Channel X
i4
Type: SystemInt32
Channel Y
i5
Type: SystemInt32
Line direction, 0-any, 1-X, 2-Y.
d6
Type: SystemDouble
Tolerance, DUMMY for the default (10% of the separation between the first two points.
See Also