 | CDHIGetCollarTableDB Method (String, Int32) |
Get the name of the database containing the collar table.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetCollarTableDB(
ref string db,
int size
)
public void IGetCollarTableDB(
ref string db,
int size
)
Public Sub IGetCollarTableDB (
ByRef db As String,
size As Integer
)
Public Sub IGetCollarTableDB (
ByRef db As String,
size As Integer
)
public:
void IGetCollarTableDB(
String^% db,
int size
)
public:
void IGetCollarTableDB(
String^% db,
int size
)
member IGetCollarTableDB :
db : string byref *
size : int -> unit
member IGetCollarTableDB :
db : string byref *
size : int -> unit
Parameters
- db
- Type: SystemString
Returned file name - size
- Type: SystemInt32
Buffer size for the file name
See Also