This document is archived and information here might be outdated.  Recommended version.


IGpFieldMapObject.FindInputFieldIndex Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpFieldMapObject.FindInputFieldIndex Method

Find a given sub-field

[Visual Basic .NET]
Public Function FindInputFieldIndex ( _
    ByVal Table As String, _
    ByVal Field As String _
) As Integer
[C#]
public int FindInputFieldIndex (
    string Table,
    string Field
);
[C++]
HRESULT FindInputFieldIndex(
  BSTR Table,
  BSTR Field,
  long* Index
);
[C++]

Parameters Table [in] Table is a parameter of type BSTR Field [in] Field is a parameter of type BSTR Index [out, retval] Index is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpFieldMapObject Interface