Click or drag to resize
CDUScanDAO Method
Scans an external DAO database and generates a default template.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
All the channels are listed
Syntax
public static void ScanDAO(
	CGXNETCore gxNetShared,
	string file,
	string type,
	string table,
	string templ
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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
See Also