Click or drag to resize

CARCSYSIGetCurrentDoc Method (CGXNETCore, String)

Get the current Mx Document file name

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void IGetCurrentDoc(
	CGXNETCore gxNetShared,
	ref string path
)

public static void IGetCurrentDoc(
	CGXNETCore gxNetShared,
	ref string path
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
path
Type: SystemString
Path String
Remarks
If the current document is not yet saved, this will return an empty string.
See Also