Click or drag to resize

CPROJIGetDefaultProjectPath Method (String, Int32)

Get default project folder.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IGetDefaultProjectPath(
	ref string folder,
	int size
)

public static void IGetDefaultProjectPath(
	ref string folder,
	int size
)

Parameters

folder
Type: SystemString
Returned default path
size
Type: SystemInt32
Size of default path
Remarks
Get default project folder.
See Also