Click or drag to resize
CEDBLoadPass Method
Loads a database into the editor with login and password.

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The loaded database will become the current database. If the database is already loaded, it simply becomes the current database.
Syntax
public static CEDB LoadPass(
	CGXNETCore gxNetShared,
	string name,
	string login,
	string password
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
Name of database to load
login
Type: SystemString
Login Name
password
Type: SystemString
Password

Return Value

Type: CEDB
Handle to current edited database.
See Also