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


IIndexEdit.Fields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IIndexEdit Interface > IIndexEdit.Fields Property
ArcGIS Developer Help

IIndexEdit.Fields Property

The fields collection for this index.

[Visual Basic .NET]
Public WriteOnly Property Fields_2
[C#]
public void Fields_2 {set;}
[C++]
HRESULT putref_Fields(
  IFields* 
);
[C++]
Parameters
 [in]

is a parameter of type IFields*

Product Availability

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

Remarks

The maximum number of fields in the fields collection of an index is DBMS dependent.

See Also

IIndexEdit Interface