Click or drag to resize
CARCSYSIGetCurrentDoc Method (CGXNETCore, String, Int32)
Get the current Mx Document file name

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
If the current document is not yet saved, this will return an empty string.
Syntax
public static void IGetCurrentDoc(
	CGXNETCore gxNetShared,
	ref string path,
	int size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
path
Type: SystemString
Path String
size
Type: SystemInt32
Size of path string
See Also