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