ArcObjects Library Reference (GeoDatabase)  

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