 | CDBiIsWholeplot Method |
Is this a Wholeplot database?
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.2.0.42
Syntaxpublic int iIsWholeplot()
public int iIsWholeplot()
Public Function iIsWholeplot As Integer
Public Function iIsWholeplot As Integer
public:
int iIsWholeplot()
public:
int iIsWholeplot()
member iIsWholeplot : unit -> int
member iIsWholeplot : unit -> int
Return Value
Type:
Int32
1 if it is a Wholeplot database
0 if it is not.
Remarks
This function returned false-positives - you could have a database that shared the naming convention
of a drill project, but had no lines named after holes, and it would return true.
Superceded by : iIsADrillholeProjectDatabase_DH, that does more extensive checks.
See Also