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


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

IGPArcInfoItemDomain.FilterIndex Property

Indicates whether or not to filter items based on whether or not they have an index.

[Visual Basic .NET]
Public ReadOnly Property FilterIndex As Boolean
[C#]
public bool FilterIndex {get;}
[C++]
HRESULT get_FilterIndex(
  Boolean* pFilter
);
[C++]
Parameters
pFilter [out, retval]

pFilter is a parameter of type bool*

Product Availability

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

See Also

IGPArcInfoItemDomain Interface