returns the field index of fieldName.
If a field with name fieldName does not exist the method will return -1
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Function IndexOfFieldName ( _ fieldName As String _ ) As Integer |
C# |
---|
public int IndexOfFieldName( string fieldName ) |
Visual C++ |
---|
public: int IndexOfFieldName( String^ fieldName ) |
JavaScript |
---|
function indexOfFieldName(fieldName); |
Parameters
- fieldName
- Type: System..::..String