Click or drag to resize
CSYSIGetPath Method (CGXNETCore, Int32, String, Int32)
Get a Geosoft path

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The path name will have a directory separator at the end.
Syntax
public static void IGetPath(
	CGXNETCore gxNetShared,
	int type,
	ref string path,
	int size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
type
Type: SystemInt32
<define>SYS_PATH</define>
path
Type: SystemString
String in which to place path
size
Type: SystemInt32
Maximum string size
See Also