Click or drag to resize
CDHICreateCollarTableDir Method (CGXNETCore, String, String, Int32, String, Int32)
Create a collar table in the specified directory.

Available since Oasis montaj version: 5.1.8
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The database name will be of the form "d:\directory\Project_Collar.gdb"
Syntax
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
See Also