ArcObjects Library Reference  (DataSourcesFile)    

IArcInfoItemsEdit.Item Property

Item at the specified position.

[Visual Basic 6.0]
Property Item(
    ByVal index As Long _
) As IArcInfoItem
[Visual Basic .NET]
Public Sub set_Item ( _
    ByVal index As Integer, _
    ByVal  As IArcInfoItem _
)
[C#]
public void set_Item (
    int index,
    IArcInfoItem 
);
[Java]
public  setItem (
    Long index,
    IArcInfoItem 
)
[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