Click or drag to resize

CSYSIGetPath Method (Int32, String, Int32)

Get a Geosoft path

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IGetPath(
	int type,
	ref string path,
	int size
)

public static void IGetPath(
	int type,
	ref string path,
	int size
)

Parameters

type
Type: SystemInt32
<define>SYS_PATH</define>
path
Type: SystemString
String in which to place path
size
Type: SystemInt32
Maximum string size
Remarks
The path name will have a directory separator at the end.
See Also