Click or drag to resize

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
Syntax
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 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
)

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
Remarks
Get Central project information.
See Also