Click or drag to resize

CPROJGetServerAndProjectGUID Method (String, String)

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,
	ref string project_id
)

public static void GetServerAndProjectGUID(
	ref string server_id,
	ref string project_id
)

Parameters

server_id
Type: SystemString
Server ID
project_id
Type: SystemString
Project ID
Remarks
Return the unique identifier of the project and server.
See Also