Click or drag to resize
CDHICreateCollarTableDir Method
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.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 ICreateCollarTableDir(
	string str1,
	string str2,
	int i3,
	ref string str4
)

Parameters

str1
Type: SystemString
Project name
str2
Type: SystemString
Directory to create project in
i3
Type: SystemInt32
Number of channels
str4
Type: SystemString
Collar table name (returned)
See Also