ArcObjects Library Reference (Carto)  

IFeatureIDSet.Remove Method

Removes a feature id from the set.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal FID As Integer _
)
[C#]
public void Remove (
    int FID
);
[C++]
HRESULT Remove(
  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

IFeatureIDSet Interface