Geotools.Net

ShapefileDataReader.GetBytes Method 

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

[Visual Basic]
NotOverridable Public Function GetBytes( _
   ByVal i As Integer, _
   ByVal fieldOffset As Long, _
   ByVal buffer As Byte(), _
   ByVal bufferoffset As Integer, _
   ByVal length As Integer _
) As Long Implements _
   IDataRecord.GetBytes
[C#]
public long GetBytes(
   int i,
   long fieldOffset,
   byte[] 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.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)

Implements

IDataRecord.GetBytes

Remarks

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

See Also

ShapefileDataReader Class | ShapefileDataReader Members | Geotools.Data Namespace