 | CPROJGetServerAndProjectGUID Method (String, Int32, String, Int32) |
Return the unique identifier of the project and server.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GetServerAndProjectGUID(
ref string server_id,
int server_id_size,
ref string project_id,
int project_id_size
)
public static void GetServerAndProjectGUID(
ref string server_id,
int server_id_size,
ref string project_id,
int project_id_size
)
Public Shared Sub GetServerAndProjectGUID (
ByRef server_id As String,
server_id_size As Integer,
ByRef project_id As String,
project_id_size As Integer
)
Public Shared Sub GetServerAndProjectGUID (
ByRef server_id As String,
server_id_size As Integer,
ByRef project_id As String,
project_id_size As Integer
)
public:
static void GetServerAndProjectGUID(
String^% server_id,
int server_id_size,
String^% project_id,
int project_id_size
)
public:
static void GetServerAndProjectGUID(
String^% server_id,
int server_id_size,
String^% project_id,
int project_id_size
)
static member GetServerAndProjectGUID :
server_id : string byref *
server_id_size : int *
project_id : string byref *
project_id_size : int -> unit
static member GetServerAndProjectGUID :
server_id : string byref *
server_id_size : int *
project_id : string byref *
project_id_size : int -> unit
Parameters
- server_id
- Type: SystemString
Server ID - server_id_size
- Type: SystemInt32
Size of Server ID buffer. - project_id
- Type: SystemString
Project ID - project_id_size
- Type: SystemInt32
Size of Project ID buffer.
RemarksReturn the unique identifier of the project and server.
See Also