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


IQueryFilterFIDSet.FIDSet Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IQueryFilterFIDSet.FIDSet Property

The FID set used to filter results.

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

Parameters FIDSet [out, retval]
FIDSet is a parameter of type IFIDSet FIDSet [in]
FIDSet is a parameter of type IFIDSet

Product Availability

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

See Also

IQueryFilterFIDSet Interface