 | CDHIGetCollarTableDB Method (String) |
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
)
public void IGetCollarTableDB(
ref string db
)
Public Sub IGetCollarTableDB (
ByRef db As String
)
Public Sub IGetCollarTableDB (
ByRef db As String
)
public:
void IGetCollarTableDB(
String^% db
)
public:
void IGetCollarTableDB(
String^% db
)
member IGetCollarTableDB :
db : string byref -> unit
member IGetCollarTableDB :
db : string byref -> unit
Parameters
- db
- Type: SystemString
Returned file name
See Also