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


IGPTableView.AddToFIDSet Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTableView Interface > IGPTableView.AddToFIDSet Method
ArcGIS Developer Help

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

IGPTableView Interface