Click or drag to resize

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
Syntax
public int iIsWholeplot()

public int iIsWholeplot()

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