Click or drag to resize
CDUIntersectTBLtoGDB Method
Create a new intersection database from an intersection table.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
If the GDB exists, it is deleted, so it should not be loaded. The database is split by Tie lines (or whatever lines are found in column 3 of the TBL file.
Syntax
public static void IntersectTBLtoGDB(
	string str1,
	string str2
)

Parameters

str1
Type: SystemString
Input intersection TBL
str2
Type: SystemString
Output Intersection Database name
See Also