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


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

IArcInfoItems.Item Property

Item at the specified index in the Items Collection.

[Visual Basic .NET]
Public Function get_Item ( _
    ByVal index As Integer _
) As IArcInfoItem
[C#]
public IArcInfoItem get_Item (
    int index
);
[C++]
HRESULT get_Item(
  long index,
  IArcInfoItem** Item
);
[C++]
Parameters
index [in]

index is a parameter of type long Item [out, retval]
Item is a parameter of type IArcInfoItem**

Product Availability

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

See Also

IArcInfoItems Interface