Gets an array of strings representing all of the record contents for a specified field.
Each string in the returned array is trimmed to remove trailing spaces
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Function GetRecords ( _
fieldIndex As Integer _
) As String() |
C# |
---|
public string[] GetRecords(
int fieldIndex
) |
Visual C++ |
---|
public:
array<String^>^ GetRecords(
int fieldIndex
) |
JavaScript |
---|
function getRecords(fieldIndex); |
Parameters
- fieldIndex
- Type: System..::..Int32
Zero based index of the field in the DBF file
Return Value
See Also