 | CARCSYSIGetCurrentDoc Method (CGXNETCore, String, Int32) |
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
Syntaxpublic static void IGetCurrentDoc(
CGXNETCore gxNetShared,
ref string path,
int size
)
public static void IGetCurrentDoc(
CGXNETCore gxNetShared,
ref string path,
int size
)
Public Shared Sub IGetCurrentDoc (
gxNetShared As CGXNETCore,
ByRef path As String,
size As Integer
)
Public Shared Sub IGetCurrentDoc (
gxNetShared As CGXNETCore,
ByRef path As String,
size As Integer
)
public:
static void IGetCurrentDoc(
CGXNETCore^ gxNetShared,
String^% path,
int size
)
public:
static void IGetCurrentDoc(
CGXNETCore^ gxNetShared,
String^% path,
int size
)
static member IGetCurrentDoc :
gxNetShared : CGXNETCore *
path : string byref *
size : int -> unit
static member IGetCurrentDoc :
gxNetShared : CGXNETCore *
path : string byref *
size : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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