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


IObjects.Remove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IObjects Interface > IObjects.Remove Method
ArcGIS Developer Help

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