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.