 | CDHUpdateTemplateBlob Method |
Update the import template and store to the database if necessary.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void UpdateTemplateBlob(
CGXNETCore gxNetShared,
CDB db,
string templDestination,
string templSource,
int imp_type
)
public static void UpdateTemplateBlob(
CGXNETCore gxNetShared,
CDB db,
string templDestination,
string templSource,
int imp_type
)
Public Shared Sub UpdateTemplateBlob (
gxNetShared As CGXNETCore,
db As CDB,
templDestination As String,
templSource As String,
imp_type As Integer
)
Public Shared Sub UpdateTemplateBlob (
gxNetShared As CGXNETCore,
db As CDB,
templDestination As String,
templSource As String,
imp_type As Integer
)
public:
static void UpdateTemplateBlob(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ templDestination,
String^ templSource,
int imp_type
)
public:
static void UpdateTemplateBlob(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ templDestination,
String^ templSource,
int imp_type
)
static member UpdateTemplateBlob :
gxNetShared : CGXNETCore *
db : CDB *
templDestination : string *
templSource : string *
imp_type : int -> unit
static member UpdateTemplateBlob :
gxNetShared : CGXNETCore *
db : CDB *
templDestination : string *
templSource : string *
imp_type : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
DB Handle - templDestination
- Type: SystemString
Destination template name - templSource
- Type: SystemString
Source template name - imp_type
- Type: SystemInt32
<define>DH_DATA</define>
Remarks
The template will be updated using another template.
The import types correspond to the DHIMPORT.IMPTYPE variable:
0: ASCII, 1: Database/XLS, 2: ODBC
See Also