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


IGPTableView.FIDSet Property (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.FIDSet Property
ArcGIS Developer Help

IGPTableView.FIDSet Property

The selection set of the table view.

[Visual Basic .NET]
Public Property FIDSet As IFIDSet
[C#]
public IFIDSet FIDSet {get; set;}
[C++]
HRESULT get_FIDSet(
  IFIDSet** ppFIDSet
);
[C++]
HRESULT putref_FIDSet(
  IFIDSet* ppFIDSet
);
[C++]
Parameters
ppFIDSet [out, retval]

ppFIDSet is a parameter of type IFIDSet** ppFIDSet [in]
ppFIDSet is a parameter of type IFIDSet*

Product Availability

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

See Also

IGPTableView Interface