Click or drag to resize

CDHCurrent Method

Creates a drill project from current environment.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CDH Current(
	CGXNETCore gxNetShared
)

public static CDH Current(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore

Return Value

Type: CDH
DH Object
Remarks
If no DH database is open the Open DH Project GUI will be displayed which may be cancelled by the user in which case the GX will terminate with cancel.
See Also