 | CDHExportGeodatabaseLST Method (CLST, String, String, String, Int32, Int32) |
Exports whole or part of a Drill Hole database to an ArcGIS Geodatabase as feature class(es).
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ExportGeodatabaseLST(
CLST lst,
string file,
string pre,
ref string feat_class,
int feat_class_size,
int overwrite
)
public void ExportGeodatabaseLST(
CLST lst,
string file,
string pre,
ref string feat_class,
int feat_class_size,
int overwrite
)
Public Sub ExportGeodatabaseLST (
lst As CLST,
file As String,
pre As String,
ByRef feat_class As String,
feat_class_size As Integer,
overwrite As Integer
)
Public Sub ExportGeodatabaseLST (
lst As CLST,
file As String,
pre As String,
ByRef feat_class As String,
feat_class_size As Integer,
overwrite As Integer
)
public:
void ExportGeodatabaseLST(
CLST^ lst,
String^ file,
String^ pre,
String^% feat_class,
int feat_class_size,
int overwrite
)
public:
void ExportGeodatabaseLST(
CLST^ lst,
String^ file,
String^ pre,
String^% feat_class,
int feat_class_size,
int overwrite
)
member ExportGeodatabaseLST :
lst : CLST *
file : string *
pre : string *
feat_class : string byref *
feat_class_size : int *
overwrite : int -> unit
member ExportGeodatabaseLST :
lst : CLST *
file : string *
pre : string *
feat_class : string byref *
feat_class_size : int *
overwrite : int -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
Hole Names in the Name and Value parts of the LST - file
- Type: SystemString
File name (.pdb folder for File Geodatabase or .sde connector for SDE) - pre
- Type: SystemString
String to prefix dataset names with - feat_class
- Type: SystemString
Feature class name to export (pass empty for all or name of table, will contain the name of the output dataset for if a rename occurs) - feat_class_size
- Type: SystemInt32
Feature class name string size - overwrite
- Type: SystemInt32
Overwrite existing feature classes? False will create copies.
Remarks
A table with metadata about the created feature classes will be written to the Geodatabase. This table will have the same
name with the postfix "_Metadata" attached
See Also