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