Click or drag to resize

CSYSIGetPath Method (Int32, String)

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
)

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

Parameters

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