Click or drag to resize

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
Syntax
public 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
)

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