 | CDHIGetProjectName Method (String, Int32) |
Get the Wholeplot project name.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetProjectName(
ref string project,
int size
)
public void IGetProjectName(
ref string project,
int size
)
Public Sub IGetProjectName (
ByRef project As String,
size As Integer
)
Public Sub IGetProjectName (
ByRef project As String,
size As Integer
)
public:
void IGetProjectName(
String^% project,
int size
)
public:
void IGetProjectName(
String^% project,
int size
)
member IGetProjectName :
project : string byref *
size : int -> unit
member IGetProjectName :
project : string byref *
size : int -> unit
Parameters
- project
- Type: SystemString
Returned string - size
- Type: SystemInt32
Buffer size for the project name
See Also