Click or drag to resize

CSYSIGetPath Method (CGXNETCore, Int32, String)

Get a Geosoft path

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void IGetPath(
	CGXNETCore gxNetShared,
	int type,
	ref string path
)

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

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
Remarks
The path name will have a directory separator at the end.
See Also