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


IGraphicFeatureServer.DeleteByID Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IGraphicFeatureServer.DeleteByID Method

[Visual Basic .NET]
Public Function DeleteByID ( _
    ByVal LayerOrTableID As Integer, _
    ByVal idsOfObjectsToDelete As ILongArray _
) As IEditResults
[C#]
public IEditResults DeleteByID (
    int LayerOrTableID,
    ILongArray idsOfObjectsToDelete
);
[C++]
HRESULT DeleteByID(
  long LayerOrTableID,
  ILongArray* idsOfObjectsToDelete
);
[C++]

Parameters LayerOrTableID [in]
LayerOrTableID is a parameter of type long idsOfObjectsToDelete [in]
idsOfObjectsToDelete is a parameter of type ILongArray*

Product Availability

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

See Also

IGraphicFeatureServer Interface