Click or drag to resize

CRA Class

The RA class is used to access ASCII files sequentially or by line number. The files are opened in read-only mode, so no write operations are defined
Inheritance Hierarchy

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CRA : CHANDLE

public class CRA : CHANDLE

The CRA type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Creates RA
Public methodStatic memberCreateSBF
Creates RA on an SBF
Protected methodDispose
Releases the unmanaged resources used by the CRA and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodIiGets(String)
Get next full line from RA
Public methodIiGets(String, Int32)
Get next full line from RA
Public methodiLen
Returns the total number of lines in RA
Public methodiLine
Returns current line #, 0 is the first
Public methodiSeek
Position next read to specified line #
Top
See Also