Click or drag to resize
CDHICreateCollarTable Method (CGXNETCore, String, Int32, String)
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.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 ICreateCollarTable(
	CGXNETCore gxNetShared,
	string project,
	int chan,
	ref string db
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
project
Type: SystemString
Project name
chan
Type: SystemInt32
Number of channels
db
Type: SystemString
Collar table name (returned)
See Also