Gets all of the Attribute values contained in the shapefile's DBF file
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Function GetAttributeFieldValues ( _
recordNumber As Integer _
) As String() |
C# |
---|
public string[] GetAttributeFieldValues(
int recordNumber
) |
Visual C++ |
---|
public:
array<String^>^ GetAttributeFieldValues(
int recordNumber
) |
JavaScript |
---|
function getAttributeFieldValues(recordNumber); |
Parameters
- recordNumber
- Type: System..::..Int32
zero based index of the required record/shape
Return Value
See Also