Click or drag to resize

CEDBLoadNewControl Method

Version of LoadNew_EDB that can be used to load a database via subclassing into a Windows control.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void LoadNewControl(
	string db_file,
	IWin32Window window
)

public static void LoadNewControl(
	string db_file,
	IWin32Window window
)

Parameters

db_file
Type: SystemString
Database filename
window
Type: System.Windows.FormsIWin32Window
Window handle to receive document
See Also