Click or drag to resize

CDH.ICreateCollarTableDir Method (String, String, Int32, String, Int32)

Create a collar table in the specified directory.

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

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

Parameters

project
Type: System.String
Project name
dir
Type: System.String
Directory to create project in
chan
Type: System.Int32
Number of channels
db
Type: System.String
Collar table name (returned)
db_size
Type: System.Int32
Buffer size for collar table name
Remarks
The database name will be of the form "d:\directory\Project_Collar.gdb"
See Also