Click or drag to resize

CDBiIsLineEmpty Method

See if a specific line in the database is empty.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public int iIsLineEmpty(
	int symb
)

public int iIsLineEmpty(
	int symb
)

Parameters

symb
Type: SystemInt32
Line symbol

Return Value

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