Click or drag to resize
CDUXyzLine2 Method
Break up a line based on tolerance of lateral and horizontal 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 XyzLine2(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	double d6,
	double d7
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line to be broken up [DB_LOCK_READONLY]
i3
Type: SystemInt32
Channel X [DB_LOCK_READWRITE]
i4
Type: SystemInt32
Channel Y [DB_LOCK_READWRITE]
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.
d7
Type: SystemDouble
Downline Tolerance, DUMMY for none
See Also