Click or drag to resize
CDHCreateExternal Method
Create a DH from an external process (no montaj running).

Available since Oasis montaj version: 5.1.6
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The regular Create_DH assumes a workspace is open and creates the project from the databases which are currently loaded. This function instead creates the project from all projects in the input databases's directory.
Syntax
public static CDH CreateExternal(
	string str1
)

Parameters

str1
Type: SystemString
Name of example project database

Return Value

Type: CDH
DH Object
See Also