 | CDH.CreateExternal Method |
Create a DH from an external process (no montaj running).
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CDH CreateExternal(
CGXNETCore gxNetShared,
string db
)
public static CDH CreateExternal(
CGXNETCore gxNetShared,
string db
)
Public Shared Function CreateExternal (
gxNetShared As CGXNETCore,
db As String
) As CDH
Public Shared Function CreateExternal (
gxNetShared As CGXNETCore,
db As String
) As CDH
public:
static CDH^ CreateExternal(
CGXNETCore^ gxNetShared,
String^ db
)
public:
static CDH^ CreateExternal(
CGXNETCore^ gxNetShared,
String^ db
)
static member CreateExternal :
gxNetShared : CGXNETCore *
db : string -> CDH
static member CreateExternal :
gxNetShared : CGXNETCore *
db : string -> CDH
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore - db
- Type: System.String
Name of example project database
Return Value
Type:
CDHDH Object
Remarks
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.
See Also