Click or drag to resize
CDHExportGeodatabaseLST Method
Exports whole or part of a Drill Hole database to an ArcGIS Geodatabase as feature class(es).

Available since Oasis montaj version: 7.1.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
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
Syntax
public void ExportGeodatabaseLST(
	CLST oLST1,
	string str2,
	string str3,
	ref string str4,
	int i5
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
Hole Names in the Name and Value parts of the LST
str2
Type: SystemString
File name (.pdb folder for File Geodatabase or .sde connector for SDE)
str3
Type: SystemString
String to prefix dataset names with
str4
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)
i5
Type: SystemInt32
See GEO_BOOLConstant Overwrite existing feature classes? Pass GS_FALSE to create copies.
See Also