 | CPROJIGetName Method (String, Int32) |
Return the name of the project file.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetName(
ref string name,
int size
)
public static void IGetName(
ref string name,
int size
)
Public Shared Sub IGetName (
ByRef name As String,
size As Integer
)
Public Shared Sub IGetName (
ByRef name As String,
size As Integer
)
public:
static void IGetName(
String^% name,
int size
)
public:
static void IGetName(
String^% name,
int size
)
static member IGetName :
name : string byref *
size : int -> unit
static member IGetName :
name : string byref *
size : int -> unit
Parameters
- name
- Type: SystemString
name - size
- Type: SystemInt32
maximum name length
RemarksReturn the name of the project file.
See Also