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


IObjects.Remove Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IObjects.Remove Method

Removes 'count' number of objects from the array starting at the given index.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal Index As Integer, _
    ByVal Count As Integer _
)
[C#]
public void Remove (
    int Index,
    int Count
);
[C++]
HRESULT Remove(
  long Index,
  long Count
);
[C++]

Parameters Index [in] Index is a parameter of type long Count [in] Count is a parameter of type long

Product Availability

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

See Also

IObjects Interface