ArcObjects Library Reference (GeoDatabase)  

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(
  long* 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

.NET Related Topics

Working with indexes