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


IGPFeatureLayer.AddToFIDSet Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFeatureLayer.AddToFIDSet Method

Add on OID to the FIDSet of the feature layer.

[Visual Basic .NET]
Public Sub AddToFIDSet ( _
    ByVal oid As Integer _
)
[C#]
public void AddToFIDSet (
    int oid
);
[C++]
HRESULT AddToFIDSet(
  long oid
);
[C++]

Parameters oid [in] oid is a parameter of type long

Product Availability

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

See Also

IGPFeatureLayer Interface