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


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

IIndexes.IndexCount Property

The number of indexes in the indexes collection.

[Visual Basic .NET]
Public ReadOnly Property IndexCount As Integer
[C#]
public int IndexCount {get;}
[C++]
HRESULT get_IndexCount(
  System.Int32* numIndexes
);
[C++]
Parameters
numIndexes [out, retval]

numIndexes is a parameter of type long*

Product Availability

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

See Also

IIndexes Interface