Click or drag to resize

CPROJSetCentralProjectInformation Method

Set Central project information.

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

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

Parameters

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