Click or drag to resize
CDHICreateCollarTable Method
Create a collar table DB with channels set up.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The database name will be of the form "d:\directory\Project_Collar.gdb"
Syntax
public static void ICreateCollarTable(
	string str1,
	int i2,
	ref string str3
)

Parameters

str1
Type: SystemString
Project name
i2
Type: SystemInt32
Number of channels
str3
Type: SystemString
Collar table name (returned)
See Also