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


IFIDSet.Delete Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFIDSet Interface > IFIDSet.Delete Method
ArcGIS Developer Help

IFIDSet.Delete Method

Deletes a feature id from the set.

[Visual Basic .NET]
Public Sub Delete ( _
    ByVal fID As Integer _
)
[C#]
public void Delete (
    int fID
);
[C++]
HRESULT Delete(
  long fID
);
[C++]
Parameters
fID [in]

fID is a parameter of type long

Product Availability

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

See Also

IFIDSet Interface