Click or drag to resize

CDBiIsLineValid Method

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

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

public int iIsLineValid(
	int line
)

Parameters

line
Type: SystemInt32
Line handle to check

Return Value

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