This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryFilterFIDSet Interface > IQueryFilterFIDSet.FIDSet Property (ArcObjects .NET 10.4 SDK) |
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