Click or drag to resize

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
Syntax
public 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
)

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.
Remarks
Return the unique identifier of the project and server.
See Also