Click or drag to resize
CDBiLineNumber Method
This method returns the number of a 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)
Notes
The channel must be locked <define>DB_LOCK_READONLY</define> or <define>DB_LOCK_READWRITE</define>
Syntax
public int iLineNumber(
	int line
)

Parameters

line
Type: SystemInt32
Line handle to look at

Return Value

Type: Int32
Line Number.
See Also