 | CDHICreateCollarTable Method (String, Int32, String) |
Create a collar table DB with channels set up.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ICreateCollarTable(
string project,
int chan,
ref string db
)
public static void ICreateCollarTable(
string project,
int chan,
ref string db
)
Public Shared Sub ICreateCollarTable (
project As String,
chan As Integer,
ByRef db As String
)
Public Shared Sub ICreateCollarTable (
project As String,
chan As Integer,
ByRef db As String
)
public:
static void ICreateCollarTable(
String^ project,
int chan,
String^% db
)
public:
static void ICreateCollarTable(
String^ project,
int chan,
String^% db
)
static member ICreateCollarTable :
project : string *
chan : int *
db : string byref -> unit
static member ICreateCollarTable :
project : string *
chan : int *
db : string byref -> unit
Parameters
- project
- Type: SystemString
Project name - chan
- Type: SystemInt32
Number of channels - db
- Type: SystemString
Collar table name (returned)
Remarks
The database name will be of the form
"d:\directory\Project_Collar.gdb"
See Also