Click or drag to resize

CRAiSeek Method

Position next read to specified line #

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

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