Geotools.Net

ShapefileDataReader.GetByte Method 

Missing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetByte(System.Int32)

[Visual Basic]
NotOverridable Public Function GetByte( _
   ByVal i As Integer _
) As Byte Implements _
   IDataRecord.GetByte
[C#]
public byte GetByte(
   int i
);

Parameters

i
Missing <param> documentation for i

Return Value

Missing <returns> documentation for M:Geotools.Data.ShapefileDataReader.GetByte(System.Int32)

Implements

IDataRecord.GetByte

Remarks

Missing <remarks> documentation for M:Geotools.Data.ShapefileDataReader.GetByte(System.Int32)

See Also

ShapefileDataReader Class | ShapefileDataReader Members | Geotools.Data Namespace