ArcObjects Library Reference (Geoprocessing)  

IGPFieldInfoProperty.Index Property

FieldInfo Property Index.

[Visual Basic .NET]
Public Property Index As Integer
[C#]
public int Index {get; set;}
[C++]
HRESULT get_Index(
  long* Index
);
[C++]
HRESULT put_Index(
  long Index
);
[C++]

Parameters

Index [out, retval]   Index is a parameter of type long Index [in]   Index is a parameter of type long

Product Availability

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

See Also

IGPFieldInfoProperty Interface