Click or drag to resize

CARCSYSIGetCurrentDoc Method (String, Int32)

Get the current Mx Document file name

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IGetCurrentDoc(
	ref string path,
	int size
)

public static void IGetCurrentDoc(
	ref string path,
	int size
)

Parameters

path
Type: SystemString
Path String
size
Type: SystemInt32
Size of path string
Remarks
If the current document is not yet saved, this will return an empty string.
See Also