Click or drag to resize

CDUScanDAO Method

Scans an external DAO database and generates a default template.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ScanDAO(
	CGXNETCore gxNetShared,
	string file,
	string type,
	string table,
	string templ
)

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
Remarks
All the channels are listed
See Also