Click or drag to resize

CDUIntersectGDBtoTBL Method

Create a new intersection table from an intersection database.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IntersectGDBtoTBL(
	string db,
	string tbl
)

public static void IntersectGDBtoTBL(
	string db,
	string tbl
)

Parameters

db
Type: SystemString
Input Intersection Database name
tbl
Type: SystemString
Output intersection TBL
Remarks
If the TBL exists, it is overwritten.
See Also