 | 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
Syntaxpublic static void IntersectGDBtoTBL(
CGXNETCore gxNetShared,
string db,
string tbl
)
public static void IntersectGDBtoTBL(
CGXNETCore gxNetShared,
string db,
string tbl
)
Public Shared Sub IntersectGDBtoTBL (
gxNetShared As CGXNETCore,
db As String,
tbl As String
)
Public Shared Sub IntersectGDBtoTBL (
gxNetShared As CGXNETCore,
db As String,
tbl As String
)
public:
static void IntersectGDBtoTBL(
CGXNETCore^ gxNetShared,
String^ db,
String^ tbl
)
public:
static void IntersectGDBtoTBL(
CGXNETCore^ gxNetShared,
String^ db,
String^ tbl
)
static member IntersectGDBtoTBL :
gxNetShared : CGXNETCore *
db : string *
tbl : string -> unit
static member IntersectGDBtoTBL :
gxNetShared : CGXNETCore *
db : string *
tbl : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: SystemString
Input Intersection Database name - tbl
- Type: SystemString
Output intersection TBL
RemarksIf the TBL exists, it is overwritten.
See Also