Gets the zero based field column index of the specifed DBF FieldName

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

Syntax

Visual Basic
Public ReadOnly Property FieldIndex As Integer
	Get
C#
public int FieldIndex { get; }
Visual C++
public:
property int FieldIndex {
	int get ();
}
JavaScript
function get_fieldIndex();

Remarks

If no FieldName is set or FieldName is not in the DBF file Field index returns -1

See Also