Gets an array of strings representing the distinct 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 GetDistinctRecords ( _
fieldIndex As Integer _
) As String() |
C# |
---|
public string[] GetDistinctRecords(
int fieldIndex
) |
Visual C++ |
---|
public:
array<String^>^ GetDistinctRecords(
int fieldIndex
) |
JavaScript |
---|
function getDistinctRecords(fieldIndex); |
Parameters
- fieldIndex
- Type: System..::..Int32
Zero based index of the field in the DBF file
Return Value
See Also