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