Click or drag to resize
CDHSetTemplateBlob Method
Store the import template to 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 later 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
Syntax
public static void SetTemplateBlob(
	CDB oDB1,
	string str2,
	int i3
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DB Handle
str2
Type: SystemString
Import template name
i3
Type: SystemInt32
See DH_DATAConstant
See Also