Click or drag to resize

CPROJGetCentralProjectInformation Method (String, String, String, String, String, String, String, String, String, String, String)

Get Central project information.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GetCentralProjectInformation(
	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(
	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

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