Click or drag to resize

CDHICreateCollarTableDir Method (CGXNETCore, String, String, Int32, String, Int32)

Create a collar table in the specified directory.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ICreateCollarTableDir(
	CGXNETCore gxNetShared,
	string project,
	string dir,
	int chan,
	ref string db,
	int db_size
)

public static void ICreateCollarTableDir(
	CGXNETCore gxNetShared,
	string project,
	string dir,
	int chan,
	ref string db,
	int db_size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
project
Type: SystemString
Project name
dir
Type: SystemString
Directory to create project in
chan
Type: SystemInt32
Number of channels
db
Type: SystemString
Collar table name (returned)
db_size
Type: SystemInt32
Buffer size for collar table name
Remarks
The database name will be of the form "d:\directory\Project_Collar.gdb"
See Also