Click or drag to resize
CSYSIGetPath Method
Get a Geosoft path

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The path name will have a directory separator at the end.
Syntax
public static void IGetPath(
	int i1,
	ref string str2
)

Parameters

i1
Type: SystemInt32
See SYS_PATHConstant
str2
Type: SystemString
string in which to place path
See Also