ArcObjects Library Reference  (DataSourcesFile)    

IArcInfoItemsEdit.ItemCount Property

Number of Items in this Item Collection.

[Visual Basic 6.0]
Property ItemCount As Long
[Visual Basic .NET]
Public WriteOnly Property ItemCount_2
[C#]
public void ItemCount_2 {set;}
[Java]
public  setItemCount (
    Long 
)
[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