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


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

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