ArcObjects Library Reference (Carto)  

IFeatureIDSet.Add Method

Adds a feature id to the set.

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