 | CPROJICurrentDocument Method (CGXNETCore, String, String) |
Get the name and type of the loaded document with focus.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void ICurrentDocument(
CGXNETCore gxNetShared,
ref string name,
ref string type
)
public static void ICurrentDocument(
CGXNETCore gxNetShared,
ref string name,
ref string type
)
Public Shared Sub ICurrentDocument (
gxNetShared As CGXNETCore,
ByRef name As String,
ByRef type As String
)
Public Shared Sub ICurrentDocument (
gxNetShared As CGXNETCore,
ByRef name As String,
ByRef type As String
)
public:
static void ICurrentDocument(
CGXNETCore^ gxNetShared,
String^% name,
String^% type
)
public:
static void ICurrentDocument(
CGXNETCore^ gxNetShared,
String^% name,
String^% type
)
static member ICurrentDocument :
gxNetShared : CGXNETCore *
name : string byref *
type : string byref -> unit
static member ICurrentDocument :
gxNetShared : CGXNETCore *
name : string byref *
type : string byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - name
- Type: SystemString
Name (empty if none currently loaded) - type
- Type: SystemString
Type
See Also