ArcObjects Library Reference (GeoDatabase)  

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