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


IArcInfoItemsEdit.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 > IArcInfoItemsEdit Interface > IArcInfoItemsEdit.Item Property
ArcGIS Developer Help

IArcInfoItemsEdit.Item Property

Item at the specified position.

[Visual Basic .NET]
Public Sub set_Item ( _
    ByVal index As Integer, _
    ByVal A_2 As IArcInfoItem _
)
[C#]
public void set_Item (
    int index,
    IArcInfoItem A_2
);
[C++]
HRESULT put_Item(
  long index,
  IArcInfoItem* 
);
[C++]
Parameters
index [in]

index is a parameter of type long [in]
is a parameter of type IArcInfoItem*

Product Availability

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

See Also

IArcInfoItemsEdit Interface