Click or drag to resize

CDB.iIsLineValid Method

This method checks to see if the line handle returned by the Line methods is a valid line.

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

public int iIsLineValid(
	int line
)

Parameters

line
Type: System.Int32
Line handle to check

Return Value

Type: Int32
0 - Not a valid line 1 - Valid
See Also