Click or drag to resize

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

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,
	int instance_size,
	ref string project,
	int project_size,
	ref string crs,
	int crs_size,
	ref string branch,
	int branch_size,
	ref string rev_id,
	int rev_id_size,
	ref string rev_date,
	int rev_date_size,
	ref string rev_note,
	int rev_note_size,
	ref string rev_stage,
	int rev_stage_size,
	ref string rev_author,
	int rev_author_size,
	ref string rev_server_url,
	int rev_server_url_size,
	ref string rev_proj_url,
	int rev_proj_url_size
)

public static void GetCentralProjectInformation(
	ref string instance,
	int instance_size,
	ref string project,
	int project_size,
	ref string crs,
	int crs_size,
	ref string branch,
	int branch_size,
	ref string rev_id,
	int rev_id_size,
	ref string rev_date,
	int rev_date_size,
	ref string rev_note,
	int rev_note_size,
	ref string rev_stage,
	int rev_stage_size,
	ref string rev_author,
	int rev_author_size,
	ref string rev_server_url,
	int rev_server_url_size,
	ref string rev_proj_url,
	int rev_proj_url_size
)

Parameters

instance
Type: SystemString
Instance name
instance_size
Type: SystemInt32
Size of Instance name buffer.
project
Type: SystemString
Project name
project_size
Type: SystemInt32
Size of Project name buffer.
crs
Type: SystemString
Coordinate Reference System
crs_size
Type: SystemInt32
Size of CRS buffer.
branch
Type: SystemString
Branch name
branch_size
Type: SystemInt32
Size of Branch name buffer.
rev_id
Type: SystemString
Revision Id
rev_id_size
Type: SystemInt32
Size of Revision Id buffer.
rev_date
Type: SystemString
Revision date
rev_date_size
Type: SystemInt32
Size of Revision date buffer.
rev_note
Type: SystemString
Revision note
rev_note_size
Type: SystemInt32
Size of Revision note buffer.
rev_stage
Type: SystemString
Revision stage
rev_stage_size
Type: SystemInt32
Size of Revision stage buffer.
rev_author
Type: SystemString
Revision author
rev_author_size
Type: SystemInt32
Size of Revision author buffer.
rev_server_url
Type: SystemString
Revision server url
rev_server_url_size
Type: SystemInt32
Size of Revision server url.
rev_proj_url
Type: SystemString
Revision project url
rev_proj_url_size
Type: SystemInt32
Size of Revision project url.
Remarks
Get Central project information.
See Also