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