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


IGPRecordSet2.Filter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRecordSet2 Interface > IGPRecordSet2.Filter Property
ArcGIS Developer Help

IGPRecordSet2.Filter Property

filter.

[Visual Basic .NET]
Public Property Filter As IQueryFilter
[C#]
public IQueryFilter Filter {get; set;}
[C++]
HRESULT get_Filter(
  IQueryFilter** ppFilter
);
[C++]
HRESULT putref_Filter(
  IQueryFilter* ppFilter
);
[C++]
Parameters
ppFilter [out, retval]

ppFilter is a parameter of type IQueryFilter** ppFilter [in]
ppFilter is a parameter of type IQueryFilter*

Product Availability

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

See Also

IGPRecordSet2 Interface