Click or drag to resize

CDUIntersectTBLtoGDB Method

Create a new intersection database from an intersection table.

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

public static void IntersectTBLtoGDB(
	string tbl,
	string db
)

Parameters

tbl
Type: SystemString
Input intersection TBL
db
Type: SystemString
Output Intersection Database name
Remarks
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.
See Also