Click or drag to resize

CDHICreateCollarTable Method (String, Int32, String, Int32)

Create a collar table DB with channels set up.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ICreateCollarTable(
	string project,
	int chan,
	ref string db,
	int db_size
)

public static void ICreateCollarTable(
	string project,
	int chan,
	ref string db,
	int db_size
)

Parameters

project
Type: SystemString
Project name
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