 | 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
Syntaxpublic static void IGetCurrentDoc(
ref string path
)
public static void IGetCurrentDoc(
ref string path
)
Public Shared Sub IGetCurrentDoc (
ByRef path As String
)
Public Shared Sub IGetCurrentDoc (
ByRef path As String
)
public:
static void IGetCurrentDoc(
String^% path
)
public:
static void IGetCurrentDoc(
String^% path
)
static member IGetCurrentDoc :
path : string byref -> unit
static member IGetCurrentDoc :
path : string byref -> unit
Parameters
- path
- Type: System.String
Path String
RemarksIf the current document is not yet saved, this will return an empty string.
See Also