[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,
IEditResults** EditResults
);
[C++]Parameters
LayerOrTableID [in] LayerOrTableID is a parameter of type long idsOfObjectsToDelete [in]idsOfObjectsToDelete is a parameter of type ILongArray
EditResults [out, retval]EditResults is a parameter of type IEditResults
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.