This document is archived and information here might be outdated. Recommended version. |
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*