Gets all of the records at fieldIndex in the DBF file

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
Public Function GetRecords ( _
	fieldIndex As Integer _
) As String()
C#
public string[] GetRecords(
	int fieldIndex
)
Visual C++
public:
array<String^>^ GetRecords(
	int fieldIndex
)

Parameters

fieldIndex
Type: System..::.Int32
zero based index of the required field

Return Value

See Also