Click or drag to resize

CDUXyzLine3 Method

Break up a line based on tolerance of lateral and horizontal distance.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void XyzLine3(
	CDB db,
	int line,
	int x_ch,
	int y_ch,
	int dirctn,
	double tolrnc,
	double down_tol,
	int reset_fi_ds
)

public static void XyzLine3(
	CDB db,
	int line,
	int x_ch,
	int y_ch,
	int dirctn,
	double tolrnc,
	double down_tol,
	int reset_fi_ds
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
line
Type: SystemInt32
Line to be broken up [<define>DB_LOCK_READONLY</define>]
x_ch
Type: SystemInt32
Channel X [<define>DB_LOCK_READWRITE</define>]
y_ch
Type: SystemInt32
Channel Y [<define>DB_LOCK_READWRITE</define>]
dirctn
Type: SystemInt32
Line direction, 0-any, 1-X, 2-Y.
tolrnc
Type: SystemDouble
Tolerance, DUMMY for the default (10% of the separation between the first two points.
down_tol
Type: SystemDouble
Downline Tolerance, DUMMY for none
reset_fi_ds
Type: SystemInt32
Reset starting fiducials to zero (0: No, 1: Yes)
Remarks
The same as XyzLine2, but with an option to reset each line's starting fiducial to zero.
See Also