 | CDHICreateCollarTableDir Method (String, String, Int32, String) |
Create a collar table in the specified directory.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ICreateCollarTableDir(
string project,
string dir,
int chan,
ref string db
)
public static void ICreateCollarTableDir(
string project,
string dir,
int chan,
ref string db
)
Public Shared Sub ICreateCollarTableDir (
project As String,
dir As String,
chan As Integer,
ByRef db As String
)
Public Shared Sub ICreateCollarTableDir (
project As String,
dir As String,
chan As Integer,
ByRef db As String
)
public:
static void ICreateCollarTableDir(
String^ project,
String^ dir,
int chan,
String^% db
)
public:
static void ICreateCollarTableDir(
String^ project,
String^ dir,
int chan,
String^% db
)
static member ICreateCollarTableDir :
project : string *
dir : string *
chan : int *
db : string byref -> unit
static member ICreateCollarTableDir :
project : string *
dir : string *
chan : int *
db : string byref -> unit
Parameters
- 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)
Remarks
The database name will be of the form
"d:\directory\Project_Collar.gdb"
See Also