 | CRAiLine Method |
Returns current line #, 0 is the first
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iLine()
public int iLine()
Public Function iLine As Integer
Public Function iLine As Integer
public:
int iLine()
public:
int iLine()
member iLine : unit -> int
member iLine : unit -> int
Return Value
Type:
Int32The current read line location.
RemarksThis will be the next line read.
See Also