 | 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
Syntaxpublic int iIsEmpty()
public int iIsEmpty()
Public Function iIsEmpty As Integer
Public Function iIsEmpty As Integer
public:
int iIsEmpty()
public:
int iIsEmpty()
member iIsEmpty : unit -> int
member iIsEmpty : unit -> int
Return Value
Type:
Int321 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