ArcObjects Library Reference (GeoDatabase)  

IFIDSet.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

IFIDSet Interface