Click or drag to resize

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

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