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.0
License: Available to anyone.  

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

Parameters

i1
Type: SystemInt32
Line handle to check

Return Value

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