 | CDH.ICreateCollarTableDir Method (String, String, Int32, String, Int32) |
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,
int db_size
)
public static void ICreateCollarTableDir(
string project,
string dir,
int chan,
ref string db,
int db_size
)
Public Shared Sub ICreateCollarTableDir (
project As String,
dir As String,
chan As Integer,
ByRef db As String,
db_size As Integer
)
Public Shared Sub ICreateCollarTableDir (
project As String,
dir As String,
chan As Integer,
ByRef db As String,
db_size As Integer
)
public:
static void ICreateCollarTableDir(
String^ project,
String^ dir,
int chan,
String^% db,
int db_size
)
public:
static void ICreateCollarTableDir(
String^ project,
String^ dir,
int chan,
String^% db,
int db_size
)
static member ICreateCollarTableDir :
project : string *
dir : string *
chan : int *
db : string byref *
db_size : int -> unit
static member ICreateCollarTableDir :
project : string *
dir : string *
chan : int *
db : string byref *
db_size : int -> unit
Parameters
- project
- Type: System.String
Project name - dir
- Type: System.String
Directory to create project in - chan
- Type: System.Int32
Number of channels - db
- Type: System.String
Collar table name (returned) - db_size
- Type: System.Int32
Buffer size for collar table name
Remarks
The database name will be of the form
"d:\directory\Project_Collar.gdb"
See Also