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


IGpDescribeIndex.Fields Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDescribeIndex.Fields Property

Enumeration of fields in the index description.

[Visual Basic .NET]
Public ReadOnly Property Fields As IGpEnumObject
[C#]
public IGpEnumObject Fields {get;}
[C++]
HRESULT get_Fields(
  IGpEnumObject** Fields
);
[C++]

Parameters Fields [out, retval]
Fields is a parameter of type IGpEnumObject

Product Availability

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

See Also

IGpDescribeIndex Interface