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


IArcInfoItemsEdit Interface (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
ArcGIS Developer Help

IArcInfoItemsEdit Interface

Provides access to members that create the ArcInfo Items Collection.

Product Availability

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

Members

Name Description
Method AddItem Adds an Item to the Items Collection.
Method DeleteAllItems Deletes all the Items from the Items Collection.
Method DeleteItem Deletes an Item from the Items Collection.
Method FindItem Finds the index of the specified Item in the Items Collection.
Write-only property Item Item at the specified position.
Read-only property Item Item at the specified index in the Items Collection.
Write-only property ItemCount Number of Items in this Item Collection.
Read-only property ItemCount Number of Items in the Items Collection.

Inherited Interfaces

Interfaces Description
IArcInfoItems Provides access to members that retrieve ArcInfo Items Collection information.

Classes that implement IArcInfoItemsEdit

Classes Description
ArcInfoItems Collection used for creating ArcInfo Items.