ArcObjects Library Reference (DataSourcesFile)  

IArcInfoTable.AlterItem Method

Changes the properties of the specified Item.

[Visual Basic .NET]
Public Sub AlterItem ( _
    ByVal itemName As String, _
    ByVal Item As IArcInfoItem _
)
[C#]
public void AlterItem (
    string itemName,
    IArcInfoItem Item
);
[C++]
HRESULT AlterItem(
  BSTR itemName,
  IArcInfoItem* Item
);
[C++]

Parameters

itemName [in]   itemName is a parameter of type BSTR Item [in]

  Item is a parameter of type IArcInfoItem

Product Availability

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

See Also

IArcInfoTable Interface