Click or drag to resize

CPROJSetCentralProjectInformation Method

Set Central project information.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void SetCentralProjectInformation(
	CGXNETCore gxNetShared,
	string server_guid,
	string project_guid,
	int branch_id,
	int revision_id,
	string cs_info
)

public static void SetCentralProjectInformation(
	CGXNETCore gxNetShared,
	string server_guid,
	string project_guid,
	int branch_id,
	int revision_id,
	string cs_info
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
server_guid
Type: SystemString
server guid
project_guid
Type: SystemString
project guid
branch_id
Type: SystemInt32
branch ID
revision_id
Type: SystemInt32
revision ID
cs_info
Type: SystemString
Coordinate system information, either EPSG or WKT
Remarks
Set Central project information.
See Also