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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
If the TBL exists, it is overwritten.
Syntax
public static void IntersectGDBtoTBL(
	CGXNETCore gxNetShared,
	string db,
	string tbl
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: SystemString
Input Intersection Database name
tbl
Type: SystemString
Output intersection TBL
See Also