Click or drag to resize

CPROJGetServerAndProjectGUID Method (CGXNETCore, String, String)

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
server_id
Type: SystemString
Server ID
project_id
Type: SystemString
Project ID
Remarks
Return the unique identifier of the project and server.
See Also