  | CPROJGetCentralProjectInformation Method (CGXNETCore, String, String, String, String, String, String, String, String, String, String, String) | 
 Get Central project information.
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void GetCentralProjectInformation(
	CGXNETCore gxNetShared,
	ref string instance,
	ref string project,
	ref string crs,
	ref string branch,
	ref string rev_id,
	ref string rev_date,
	ref string rev_note,
	ref string rev_stage,
	ref string rev_author,
	ref string rev_server_url,
	ref string rev_proj_url
)
public static void GetCentralProjectInformation(
	CGXNETCore gxNetShared,
	ref string instance,
	ref string project,
	ref string crs,
	ref string branch,
	ref string rev_id,
	ref string rev_date,
	ref string rev_note,
	ref string rev_stage,
	ref string rev_author,
	ref string rev_server_url,
	ref string rev_proj_url
)
Public Shared Sub GetCentralProjectInformation ( 
	gxNetShared As CGXNETCore,
	ByRef instance As String,
	ByRef project As String,
	ByRef crs As String,
	ByRef branch As String,
	ByRef rev_id As String,
	ByRef rev_date As String,
	ByRef rev_note As String,
	ByRef rev_stage As String,
	ByRef rev_author As String,
	ByRef rev_server_url As String,
	ByRef rev_proj_url As String
)
Public Shared Sub GetCentralProjectInformation ( 
	gxNetShared As CGXNETCore,
	ByRef instance As String,
	ByRef project As String,
	ByRef crs As String,
	ByRef branch As String,
	ByRef rev_id As String,
	ByRef rev_date As String,
	ByRef rev_note As String,
	ByRef rev_stage As String,
	ByRef rev_author As String,
	ByRef rev_server_url As String,
	ByRef rev_proj_url As String
)
public:
static void GetCentralProjectInformation(
	CGXNETCore^ gxNetShared, 
	String^% instance, 
	String^% project, 
	String^% crs, 
	String^% branch, 
	String^% rev_id, 
	String^% rev_date, 
	String^% rev_note, 
	String^% rev_stage, 
	String^% rev_author, 
	String^% rev_server_url, 
	String^% rev_proj_url
)
public:
static void GetCentralProjectInformation(
	CGXNETCore^ gxNetShared, 
	String^% instance, 
	String^% project, 
	String^% crs, 
	String^% branch, 
	String^% rev_id, 
	String^% rev_date, 
	String^% rev_note, 
	String^% rev_stage, 
	String^% rev_author, 
	String^% rev_server_url, 
	String^% rev_proj_url
)
static member GetCentralProjectInformation : 
        gxNetShared : CGXNETCore * 
        instance : string byref * 
        project : string byref * 
        crs : string byref * 
        branch : string byref * 
        rev_id : string byref * 
        rev_date : string byref * 
        rev_note : string byref * 
        rev_stage : string byref * 
        rev_author : string byref * 
        rev_server_url : string byref * 
        rev_proj_url : string byref -> unit 
static member GetCentralProjectInformation : 
        gxNetShared : CGXNETCore * 
        instance : string byref * 
        project : string byref * 
        crs : string byref * 
        branch : string byref * 
        rev_id : string byref * 
        rev_date : string byref * 
        rev_note : string byref * 
        rev_stage : string byref * 
        rev_author : string byref * 
        rev_server_url : string byref * 
        rev_proj_url : string byref -> unit 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - instance
 - Type: SystemString
Instance name - project
 - Type: SystemString
Project name - crs
 - Type: SystemString
Coordinate Reference System - branch
 - Type: SystemString
Branch name - rev_id
 - Type: SystemString
Revision Id - rev_date
 - Type: SystemString
Revision date - rev_note
 - Type: SystemString
Revision note - rev_stage
 - Type: SystemString
Revision stage - rev_author
 - Type: SystemString
Revision author - rev_server_url
 - Type: SystemString
Revision server url - rev_proj_url
 - Type: SystemString
Revision project url 
RemarksGet Central project information.
See Also