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


IGPFieldInfoProperty.Index Property (ArcObjects .NET 10.5 SDK)
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