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

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 TBL exists, it is overwritten.
Syntax
public static void IntersectGDBtoTBL(
	string str1,
	string str2
)

Parameters

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