 | CDHiIsADrillholeProjectDatabase Method |
Is the database part of a drill project, with collar table etc.?
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.2.0.42
Syntaxpublic static int iIsADrillholeProjectDatabase(
CDB database
)
public static int iIsADrillholeProjectDatabase(
CDB database
)
Public Shared Function iIsADrillholeProjectDatabase (
database As CDB
) As Integer
Public Shared Function iIsADrillholeProjectDatabase (
database As CDB
) As Integer
public:
static int iIsADrillholeProjectDatabase(
CDB^ database
)
public:
static int iIsADrillholeProjectDatabase(
CDB^ database
)
static member iIsADrillholeProjectDatabase :
database : CDB -> int
static member iIsADrillholeProjectDatabase :
database : CDB -> int
Parameters
- database
- Type: GeoEngine.Core.GXNetCDB
database to test
Return Value
Type:
Int32
0 - if No
1 - if Yes
Remarks
This function checks if the input database has the collar table. It then opens
a DH object with the collar table and, if the database has been added as a survey
or assay database, it checks to see if any of the database lines are hole names.
See Also