Click or drag to resize
CDUIntersectOld Method
Use existing intersection table and re-calculate miss-ties.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Reads intersection information from an existing intersect table and looks up the values at the intersections for the input Z channel. This makes it unnecessary to re-calculate the intersections every time if you want to determine miss-ties using different Z channels, or the same Z channel after processing levelling corrections. Existing intersections whose locations do not exist in the database are ignored.
Syntax
public static void IntersectOld(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	string str5,
	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]
str5
Type: SystemString
Input Table file name
str6
Type: SystemString
Output Table file Name
See Also