Click or drag to resize

CARCSYS.IGetCurrentDoc Method (String)

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
)

public static void IGetCurrentDoc(
	ref string path
)

Parameters

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