Click or drag to resize

CDBiIsLineEmpty Method

See if a specific line in the database is empty.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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