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


IArcInfoItems.ItemCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IArcInfoItems.ItemCount Property

Number of Items in the Items Collection.

[Visual Basic .NET]
Public ReadOnly Property ItemCount As Integer
[C#]
public int ItemCount {get;}
[C++]
HRESULT get_ItemCount(
  long* numItems
);
[C++]

Parameters numItems [out, retval] numItems is a parameter of type long

Product Availability

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

See Also

IArcInfoItems Interface