Click or drag to resize
CDHiGetTemplateBlob Method
Retrieve the import template from the database.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The template can be retrieved in order to refresh the database with a call to the DHIMPORT.GX. The import types correspond to the DHIMPORT.IMPTYPE variable: 0: ASCII, 1: Database/XLS, 2: ODBC If no template blob exists, templ
Syntax
public static int iGetTemplateBlob(
	CDB oDB1,
	string str2,
	ref int i3
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DB Handle
str2
Type: SystemString
Name of template file to extract to.
i3
Type: SystemInt32
The stored import template type DH_DATAConstant

Return Value

Type: Int32
0: No template stored in the database 1: Template retrieved and written to a file.
See Also