Click or drag to resize
CDBiIsEmpty Method
See if a database contains only empty lines.

Available since Oasis montaj version: 6.1.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This function does not check for other information or blobs, it merely looks at all lines in the database to see if they are empty. If all are empty, it returns 1.
Syntax
public int iIsEmpty()

Return Value

Type: Int32
1 if the database contains only empty lines.
See Also