Click or drag to resize

CARCDHSetProject Method

Sets the current DH project in the Target extension

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void SetProject(
	CGXNETCore gxNetShared,
	string path,
	string project
)

public static void SetProject(
	CGXNETCore gxNetShared,
	string path,
	string project
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
path
Type: SystemString
Path String
project
Type: SystemString
Project Name
See Also