Click or drag to resize

CDUScanDAO Method

Scans an external DAO database and generates a default template.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ScanDAO(
	string file,
	string type,
	string table,
	string templ
)

public static void ScanDAO(
	string file,
	string type,
	string table,
	string templ
)

Parameters

file
Type: SystemString
Database file name
type
Type: SystemString
Database Type
table
Type: SystemString
Database Table Name
templ
Type: SystemString
Template file name to Create
Remarks
All the channels are listed
See Also