 | CPROJICurrentDocument Method (String, Int32, String, Int32) |
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,
int size_name,
ref string type,
int size_type
)
public static void ICurrentDocument(
ref string name,
int size_name,
ref string type,
int size_type
)
Public Shared Sub ICurrentDocument (
ByRef name As String,
size_name As Integer,
ByRef type As String,
size_type As Integer
)
Public Shared Sub ICurrentDocument (
ByRef name As String,
size_name As Integer,
ByRef type As String,
size_type As Integer
)
public:
static void ICurrentDocument(
String^% name,
int size_name,
String^% type,
int size_type
)
public:
static void ICurrentDocument(
String^% name,
int size_name,
String^% type,
int size_type
)
static member ICurrentDocument :
name : string byref *
size_name : int *
type : string byref *
size_type : int -> unit
static member ICurrentDocument :
name : string byref *
size_name : int *
type : string byref *
size_type : int -> unit
Parameters
- name
- Type: SystemString
Name (empty if none currently loaded) - size_name
- Type: SystemInt32
Maximum name length - type
- Type: SystemString
Type - size_type
- Type: SystemInt32
Maximum type length
See Also