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


IGPFieldInfoProperty.Index Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldInfoProperty Interface > IGPFieldInfoProperty.Index Property
ArcGIS Developer Help

IGPFieldInfoProperty.Index Property

FieldInfo Property Index.

[Visual Basic .NET]
Public Property Index As Integer
[C#]
public int Index {get; set;}
[C++]
HRESULT get_Index(
  System.Int32* 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