This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldMapObject Interface > IGpFieldMapObject.FindInputFieldIndex Method (ArcObjects .NET 10.5 SDK) |
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