Click or drag to resize
CDUIntersectAll Method
Create line intersect table from all lines.

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 IntersectAll(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	double d5,
	string str6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
X Channel [DB_LOCK_READONLY]
i3
Type: SystemInt32
Y Channel [DB_LOCK_READONLY]
i4
Type: SystemInt32
Z Channel [DB_LOCK_READONLY]
d5
Type: SystemDouble
Intersection tolerance
str6
Type: SystemString
Output Table file Name
See Also