 | CDUIntersectTBLtoGDB Method |
Create a new intersection database from an intersection table.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void IntersectTBLtoGDB(
CGXNETCore gxNetShared,
string tbl,
string db
)
public static void IntersectTBLtoGDB(
CGXNETCore gxNetShared,
string tbl,
string db
)
Public Shared Sub IntersectTBLtoGDB (
gxNetShared As CGXNETCore,
tbl As String,
db As String
)
Public Shared Sub IntersectTBLtoGDB (
gxNetShared As CGXNETCore,
tbl As String,
db As String
)
public:
static void IntersectTBLtoGDB(
CGXNETCore^ gxNetShared,
String^ tbl,
String^ db
)
public:
static void IntersectTBLtoGDB(
CGXNETCore^ gxNetShared,
String^ tbl,
String^ db
)
static member IntersectTBLtoGDB :
gxNetShared : CGXNETCore *
tbl : string *
db : string -> unit
static member IntersectTBLtoGDB :
gxNetShared : CGXNETCore *
tbl : string *
db : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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