  | CPROJSetCentralProjectInformation Method  | 
 Set Central project information.
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic 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
)
Public Shared Sub SetCentralProjectInformation ( 
	gxNetShared As CGXNETCore,
	server_guid As String,
	project_guid As String,
	branch_id As Integer,
	revision_id As Integer,
	cs_info As String
)
Public Shared Sub SetCentralProjectInformation ( 
	gxNetShared As CGXNETCore,
	server_guid As String,
	project_guid As String,
	branch_id As Integer,
	revision_id As Integer,
	cs_info As String
)
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
)
static member SetCentralProjectInformation : 
        gxNetShared : CGXNETCore * 
        server_guid : string * 
        project_guid : string * 
        branch_id : int * 
        revision_id : int * 
        cs_info : string -> unit 
static member SetCentralProjectInformation : 
        gxNetShared : CGXNETCore * 
        server_guid : string * 
        project_guid : string * 
        branch_id : int * 
        revision_id : int * 
        cs_info : string -> unit 
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 
RemarksSet Central project information.
See Also