Click or drag to resize

CPROJIGetDefaultProjectPath Method (CGXNETCore, String)

Get default project folder.

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

public static void IGetDefaultProjectPath(
	CGXNETCore gxNetShared,
	ref string folder
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
folder
Type: SystemString
Returned default path
Remarks
Get default project folder.
See Also