Geotools.Net

ShapefileDataReader.GetValue Method 

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

[Visual Basic]
NotOverridable Public Function GetValue( _
   ByVal i As Integer _
) As Object Implements _
   IDataRecord.GetValue
[C#]
public object GetValue(
   int i
);

Parameters

i
Missing <param> documentation for i

Return Value

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

Implements

IDataRecord.GetValue

Remarks

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

See Also

ShapefileDataReader Class | ShapefileDataReader Members | Geotools.Data Namespace