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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CDB db,
	int x_chan,
	int y_chan,
	int z_chan,
	string in_file,
	string out_file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
x_chan
Type: SystemInt32
X Channel [<define>DB_LOCK_READONLY</define>]
y_chan
Type: SystemInt32
Y Channel [<define>DB_LOCK_READONLY</define>]
z_chan
Type: SystemInt32
Z Channel [<define>DB_LOCK_READONLY</define>]
in_file
Type: SystemString
Input Table file name
out_file
Type: SystemString
Output Table file Name
See Also