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