ArcObjects Library Reference (DefenseSolutions)  

IObjectDictionary.Remove Method

Remove the object at the specified index.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal Index As Object _
)
[C#]
public void Remove (
    object Index
);
[C++]
HRESULT Remove(
  VARIANT Index
);
[C++]

Parameters

Index [in]   Index is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IObjectDictionary Interface