 | CDHIiHaveCurrent2 Method (String, Int32) |
Returns True if a drill project is loaded, and the collar database if it is loaded.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int IiHaveCurrent2(
ref string db,
int db_size
)
public static int IiHaveCurrent2(
ref string db,
int db_size
)
Public Shared Function IiHaveCurrent2 (
ByRef db As String,
db_size As Integer
) As Integer
Public Shared Function IiHaveCurrent2 (
ByRef db As String,
db_size As Integer
) As Integer
public:
static int IiHaveCurrent2(
String^% db,
int db_size
)
public:
static int IiHaveCurrent2(
String^% db,
int db_size
)
static member IiHaveCurrent2 :
db : string byref *
db_size : int -> int
static member IiHaveCurrent2 :
db : string byref *
db_size : int -> int
Parameters
- db
- Type: SystemString
Collar table name (returned) - db_size
- Type: SystemInt32
Buffer size for collar table name
Return Value
Type:
Int32
See Also