  | CPROJGetServerAndProjectGUID Method (CGXNETCore, String, Int32, String, Int32) | 
 Return the unique identifier of the project and server.
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void GetServerAndProjectGUID(
	CGXNETCore gxNetShared,
	ref string server_id,
	int server_id_size,
	ref string project_id,
	int project_id_size
)
public static void GetServerAndProjectGUID(
	CGXNETCore gxNetShared,
	ref string server_id,
	int server_id_size,
	ref string project_id,
	int project_id_size
)
Public Shared Sub GetServerAndProjectGUID ( 
	gxNetShared As CGXNETCore,
	ByRef server_id As String,
	server_id_size As Integer,
	ByRef project_id As String,
	project_id_size As Integer
)
Public Shared Sub GetServerAndProjectGUID ( 
	gxNetShared As CGXNETCore,
	ByRef server_id As String,
	server_id_size As Integer,
	ByRef project_id As String,
	project_id_size As Integer
)
public:
static void GetServerAndProjectGUID(
	CGXNETCore^ gxNetShared, 
	String^% server_id, 
	int server_id_size, 
	String^% project_id, 
	int project_id_size
)
public:
static void GetServerAndProjectGUID(
	CGXNETCore^ gxNetShared, 
	String^% server_id, 
	int server_id_size, 
	String^% project_id, 
	int project_id_size
)
static member GetServerAndProjectGUID : 
        gxNetShared : CGXNETCore * 
        server_id : string byref * 
        server_id_size : int * 
        project_id : string byref * 
        project_id_size : int -> unit 
static member GetServerAndProjectGUID : 
        gxNetShared : CGXNETCore * 
        server_id : string byref * 
        server_id_size : int * 
        project_id : string byref * 
        project_id_size : int -> unit 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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