Geotools.Net

ShapefileDataReader.GetChars Method 

Missing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)

[Visual Basic]
NotOverridable Public Function GetChars( _
   ByVal i As Integer, _
   ByVal fieldoffset As Long, _
   ByVal buffer As Char(), _
   ByVal bufferoffset As Integer, _
   ByVal length As Integer _
) As Long Implements _
   IDataRecord.GetChars
[C#]
public long GetChars(
   int i,
   long fieldoffset,
   char[] buffer,
   int bufferoffset,
   int length
);

Parameters

i
Missing <param> documentation for i
fieldoffset
Missing <param> documentation for fieldoffset
buffer
Missing <param> documentation for buffer
bufferoffset
Missing <param> documentation for bufferoffset
length
Missing <param> documentation for length

Return Value

Missing <returns> documentation for M:Geotools.Data.ShapefileDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)

Implements

IDataRecord.GetChars

Remarks

Missing <remarks> documentation for M:Geotools.Data.ShapefileDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)

See Also

ShapefileDataReader Class | ShapefileDataReader Members | Geotools.Data Namespace