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.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

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