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


IArcInfoItemsEdit.ItemCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IA > IArcInfoItemsEdit Interface > IArcInfoItemsEdit.ItemCount Property
ArcGIS Developer Help

IArcInfoItemsEdit.ItemCount Property

Number of Items in this Item Collection.

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

is a parameter of type long

Product Availability

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

See Also

IArcInfoItemsEdit Interface