Click or drag to resize

CDBiIsEmpty Method

See if a database contains only empty lines.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iIsEmpty()

public int iIsEmpty()

Return Value

Type: Int32
1 if the database contains only empty lines.
Remarks
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.
See Also