Gets an array of strings representing the fields of Record[recordNumber] in the DBF file
Throws ArgumentException if recordNumber ">=" NumberOfRecords or negative
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Function GetFields ( _
recordNumber As Integer _
) As String() |
C# |
---|
public string[] GetFields(
int recordNumber
) |
Visual C++ |
---|
public:
array<String^>^ GetFields(
int recordNumber
) |
JavaScript |
---|
function getFields(recordNumber); |
Parameters
- recordNumber
- Type: System..::..Int32
Zero based record number in the dbfFile
Return Value
See Also