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


IIndexesEdit.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 > IIndexesEdit Interface > IIndexesEdit.IndexCount Property
ArcGIS Developer Help

IIndexesEdit.IndexCount Property

The number of indexes in this indexes collection.

[Visual Basic .NET]
Public WriteOnly Property IndexCount_2
[C#]
public void IndexCount_2 {set;}
[C++]
HRESULT put_IndexCount(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

See Also

IIndexesEdit Interface