Click or drag to resize
CRAiSeek Method
Position next read to specified 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 iSeek(
	int line
)

Parameters

line
Type: SystemInt32
Line #, 0 is the first.

Return Value

Type: Int32
0 if seeked line is within the range of lines, 1 if outside range, line pointer will not be moved.
See Also