Click or drag to resize

CDUIntersectGDBtoTBL Method

Create a new intersection table from an intersection database.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void IntersectGDBtoTBL(
	CGXNETCore gxNetShared,
	string db,
	string tbl
)

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
Remarks
If the TBL exists, it is overwritten.
See Also